{
  "client_id": "https://iamstan.dev/oauth/client-metadata.json",
  "client_name": "Ant Stanley",
  "client_uri": "https://iamstan.dev",
  "application_type": "web",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://iamstan.dev/oauth/callback"
  ],
  "scope": "atproto transition:generic",
  "token_endpoint_auth_method": "private_key_jwt",
  "token_endpoint_auth_signing_alg": "ES256",
  "dpop_bound_access_tokens": true,
  "jwks_uri": "https://iamstan.dev/oauth/jwks.json"
}
