{
  "client_id": "https://subgraph.site/client-metadata.json",
  "application_type": "native",
  "client_name": "Subgraph",
  "client_uri": "https://subgraph.site",
  "redirect_uris": [
    "https://subgraph.site/auth/callback",
    "http://127.0.0.1:21849/callback"
  ],
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "scope": "atproto transition:generic",
  "token_endpoint_auth_method": "none",
  "dpop_bound_access_tokens": true
}
