{
  "issuer": "https://www.earthtronev.com",
  "authorization_endpoint": "https://www.earthtronev.com/oauth/authorize",
  "token_endpoint": "https://www.earthtronev.com/oauth/token",
  "jwks_uri": "https://www.earthtronev.com/.well-known/jwks.json",
  "response_types_supported": [
    "code",
    "token"
  ],
  "response_modes_supported": [
    "query",
    "fragment"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256",
    "EdDSA"
  ],
  "scopes_supported": [
    "api",
    "profile",
    "email"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://www.earthtronev.com/",
  "ui_locales_supported": [
    "en-US",
    "en"
  ],
  "agent_auth": {
    "skill": "https://www.earthtronev.com/auth.md",
    "register_uri": "https://www.earthtronev.com/oauth/register",
    "claim_uri": "https://www.earthtronev.com/oauth/claim",
    "revocation_uri": "https://www.earthtronev.com/oauth/revoke",
    "identity_types_supported": [
      "identity_assertion",
      "anonymous"
    ],
    "credential_types_supported": [
      "bearer",
      "bearer_token",
      "api_key"
    ],
    "identity_assertion": {
      "assertion_types_supported": [
        "urn:ietf:params:oauth:token-type:id-jag",
        "verified_email"
      ],
      "credential_types_supported": [
        "bearer",
        "bearer_token",
        "api_key"
      ],
      "claim_uri": "https://www.earthtronev.com/oauth/claim",
      "revocation_uri": "https://www.earthtronev.com/oauth/revoke"
    },
    "anonymous": {
      "credential_types_supported": [
        "bearer",
        "bearer_token",
        "api_key"
      ],
      "claim_uri": "https://www.earthtronev.com/oauth/claim"
    },
    "verified_email": {
      "credential_types_supported": [
        "bearer",
        "bearer_token",
        "api_key"
      ],
      "claim_uri": "https://www.earthtronev.com/oauth/claim"
    },
    "events_supported": [
      "revocation"
    ]
  }
}