1{
2 "client_id": "https://pdsls.dev/oauth-client-metadata.json",
3 "client_name": "PDSls",
4 "client_uri": "https://pdsls.dev",
5 "logo_uri": "https://pdsls.dev/favicon.ico",
6 "redirect_uris": ["https://pdsls.dev/"],
7 "scope": "atproto repo:*?action=create repo:*?action=update repo:*?action=delete blob:*/*",
8 "grant_types": ["authorization_code", "refresh_token"],
9 "response_types": ["code"],
10 "token_endpoint_auth_method": "none",
11 "application_type": "web",
12 "dpop_bound_access_tokens": true
13}