Files
expds/static/oauth-client-metadata.json
2026-02-04 17:01:54 -06:00

20 lines
412 B
JSON

{
"client_id": "https://expds.bullercodeworks.com/oauth-client-metadata.json",
"application_type": "native",
"grant_types": [
"authorization_code",
"refresh_token"
],
"scope": "atproto repo:*",
"response_types": [
"code"
],
"redirect_uris": [
"http://127.0.0.1/callback"
],
"token_endpoint_auth_method": "none",
"dpop_bound_access_tokens": true,
"client_name": "expds"
}