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