This repository has no description
1{
2 "client_id": "https://cred.blue/client-metadata.json",
3 "client_name": "cred.blue",
4 "client_uri": "https://cred.blue",
5 "redirect_uris": [
6 "https://cred.blue/login/callback"
7 ],
8 "scope": "atproto transition:generic",
9 "grant_types": [
10 "authorization_code",
11 "refresh_token"
12 ],
13 "response_types": [
14 "code"
15 ],
16 "token_endpoint_auth_method": "none",
17 "application_type": "web",
18 "dpop_bound_access_tokens": true
19}