{
  "issuer": "https://gymcamanalytics.com",
  "authorization_endpoint": "https://gymcamanalytics.com/oauth/authorize",
  "token_endpoint": "https://gymcamanalytics.com/oauth/token",
  "registration_endpoint": "https://gymcamanalytics.com/oauth/register",
  "scopes_supported": ["analytics:read"],
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "agent_auth": {
    "register_uri": "https://gymcamanalytics.com/api/v1/agent/register",
    "identity_types_supported": ["anonymous", "identity_assertion"],
    "anonymous": {
      "credential_types_supported": ["api_key", "bearer_token"]
    },
    "identity_assertion": {
      "assertion_types_supported": ["urn:ietf:params:oauth:token-type:id-jag", "verified_email"],
      "credential_types_supported": ["bearer_token"]
    },
    "skill": "https://gymcamanalytics.com/auth.md"
  }
}
