this repo has no description
1{
2 "client_id": "https://demo.tngl.io/oauth-client-metadata.json",
3 "client_name": "Godot ATProto OAuth",
4 "application_type": "native",
5 "token_endpoint_auth_method": "none",
6 "dpop_bound_access_tokens": true,
7 "grant_types": ["authorization_code", "refresh_token"],
8 "response_types": ["code"],
9 "scope": "atproto",
10 "redirect_uris": ["http://127.0.0.1:29170/callback"]
11}