{
  "client_id": "https://atmos.technologic.dev/oauth/client-metadata.json",
  "client_name": "Atmos",
  "client_uri": "https://atmos.technologic.dev/",
  "redirect_uris": [
    "dev.technologic.atmos:/oauth/callback"
  ],
  "scope": "atproto transition:generic",
  "grant_types": [
    "authorization_code",
    "refresh_token"
  ],
  "response_types": [
    "code"
  ],
  "application_type": "native",
  "token_endpoint_auth_method": "none",
  "dpop_bound_access_tokens": true
}
