{
  "client_id": "https://pdsls.dev/oauth-client-metadata.json",
  "client_name": "PDSls",
  "client_uri": "https://pdsls.dev",
  "logo_uri": "https://pdsls.dev/favicon.ico",
  "redirect_uris": [
    "https://pdsls.dev/"
  ],
  "scope": "atproto repo:*?action=create repo:*?action=update repo:*?action=delete blob:*/*",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "token_endpoint_auth_method": "none",
  "application_type": "web",
  "dpop_bound_access_tokens": true
}
