20 lines
495 B
JSON
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
|
|
}
|