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

20 lines
478 B
JSON

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