{
  "client_id": "https://atmosphereaccount.com/examples/atmosphere-login/oauth/client-metadata.json",
  "application_type": "web",
  "client_name": "Atmosphere Login reference app",
  "client_uri": "https://atmosphereaccount.com/examples/atmosphere-login/app",
  "logo_uri": "https://atmosphereaccount.com/app-icon.svg",
  "tos_uri": "https://atmosphereaccount.com",
  "policy_uri": "https://atmosphereaccount.com",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "redirect_uris": [
    "https://atmosphereaccount.com/examples/atmosphere-login/oauth/callback"
  ],
  "scope": "atproto",
  "dpop_bound_access_tokens": true,
  "token_endpoint_auth_method": "private_key_jwt",
  "token_endpoint_auth_signing_alg": "ES256",
  "jwks_uri": "https://atmosphereaccount.com/oauth/jwks.json"
}