{
  "issuer": "https://reefy.ai/",
  "authorization_endpoint": "https://reefy.ai/api/auth/login/google",
  "token_endpoint": "https://accounts.google.com/o/oauth2/token",
  "jwks_uri": "https://www.googleapis.com/oauth2/v3/certs",
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "service_documentation": "https://reefy.ai/auth.md",
  "agent_auth": {
    "supported_flows": [
      "oauth2.authorization_code",
      "oauth2.pat"
    ],
    "authorization_endpoint": "https://reefy.ai/api/auth/login/google",
    "register_uri": "https://reefy.ai/api/v1/account/tokens",
    "register_uri_status": "planned",
    "pat_mint_endpoint": "https://reefy.ai/api/v1/account/tokens",
    "pat_mint_status": "planned",
    "identity_types_supported": [
      "anonymous",
      "identity_assertion"
    ],
    "assertion_types_supported": [
      "verified_email"
    ],
    "credential_endpoints": {
      "issue": "https://reefy.ai/api/v1/account/tokens",
      "list": "https://reefy.ai/api/v1/account/tokens",
      "revoke": "https://reefy.ai/api/v1/account/tokens/{id}"
    },
    "resource_metadata": "https://reefy.ai/.well-known/oauth-protected-resource",
    "documentation": "https://reefy.ai/auth.md",
    "bearer_methods_supported": [
      "cookie",
      "header"
    ],
    "client_registration": "not_required"
  }
}