this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 383 B view raw
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}