{
  "issuer": "https://swap.thorchain.org",
  "authorization_endpoint": "https://swap.thorchain.org/agent-auth/authorize",
  "token_endpoint": "https://swap.thorchain.org/agent-auth/token",
  "jwks_uri": "https://swap.thorchain.org/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "scopes_supported": [
    "read:public",
    "submit:feedback"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic"
  ],
  "service_documentation": "https://swap.thorchain.org/auth.md",
  "agent_auth": {
    "skill": "auth.md",
    "register_uri": "https://swap.thorchain.org/auth.md",
    "identity_types_supported": [
      "anonymous"
    ],
    "anonymous": {
      "credential_types_supported": [
        "none"
      ],
      "claim_uri": "https://swap.thorchain.org/auth.md"
    }
  }
}