clientmetadata
1{
2 "client_name": "Swift OAuth",
3 "redirect_uris": [
4 "org.tangled:/auth/callback"
5 ],
6 "scope": "atproto transition:generic",
7 "token_endpoint_auth_method": "none",
8 "response_types": [
9 "code"
10 ],
11 "grant_types": [
12 "authorization_code",
13 "refresh_token"
14 ],
15 "application_type": "native",
16 "dpop_bound_access_tokens": true
17}