Files
bsky-social-app/bskyweb/static/oauth-client-metadata.native.json
T
2025-07-18 00:53:56 -07:00

20 lines
495 B
JSON

{
"client_id": "https://bsky.hailey.at/oauth-client-metadata.native.json",
"client_name": "Bluesky Native App (Hailey Demo)",
"client_uri": "https://bsky.hailey.at",
"redirect_uris": [
"at.hailey.bsky:/auth/native/callback"
],
"scope": "atproto transition:generic transition:email",
"token_endpoint_auth_method": "none",
"response_types": [
"code"
],
"grant_types": [
"authorization_code",
"refresh_token"
],
"application_type": "native",
"dpop_bound_access_tokens": true
}