{
    "issuer": "https://pi.swb72.us/",
    "authorization_endpoint": "https://pi.swb72.us/authorize.php",
    "token_endpoint": "https://pi.swb72.us/token.php",
    "revocation_endpoint": "https://pi.swb72.us/token.php",
    "introspection_endpoint": "https://pi.swb72.us/token.php",
    "scopes_supported": [
        "profile",
        "create",
        "update",
        "media"
    ],
    "response_types_supported": [
        "code",
        "id"
    ],
    "grant_types_supported": [
        "authorization_code"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "token_endpoint_auth_methods_supported": [
        "none"
    ],
    "revocation_endpoint_auth_methods_supported": [
        "none"
    ],
    "service_documentation": "https://indieauth.spec.indieweb.org/"
}
