{
  "client_id": "https://tribepreview.pages.dev/oauth-client-metadata.json",
  "client_name": "Tribe",
  "client_uri": "https://tribepreview.pages.dev",
  "redirect_uris": [
    "dev.pages.tribepreview:/auth/callback"
  ],
  "scope": "atproto repo:* rpc:*?aud=did:web:api.bsky.app#bsky_appview",
  "token_endpoint_auth_method": "none",
  "response_types": [
    "code"
  ],
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "application_type": "native",
  "dpop_bound_access_tokens": true
}