This repository has no description
1{
2 "client_id": "https://flushes.app/oauth-client-metadata.json",
3 "application_type": "web",
4 "client_name": "Flushes",
5 "client_uri": "https://flushes.app",
6 "logo_uri": "https://flushes.app/logo.png",
7 "tos_uri": "https://flushes.app/terms",
8 "policy_uri": "https://flushes.app/privacy",
9 "dpop_bound_access_tokens": true,
10 "authorization_endpoint": "https://bsky.social/oauth/authorize",
11 "token_endpoint": "https://bsky.social/oauth/token",
12 "issuer": "https://bsky.social",
13 "grant_types": [
14 "authorization_code",
15 "refresh_token"
16 ],
17 "redirect_uris": [
18 "https://flushes.app/auth/callback"
19 ],
20 "response_types": [
21 "code"
22 ],
23 "scope": "atproto transition:generic",
24 "token_endpoint_auth_method": "none"
25}