{
  "issuer": "https://apparel.monster",
  "authorization_endpoint": "https://apparel.monster/spree_oauth/authorize",
  "token_endpoint": "https://apparel.monster/spree_oauth/token",
  "revocation_endpoint": "https://apparel.monster/spree_oauth/revoke",
  "introspection_endpoint": "https://apparel.monster/spree_oauth/introspect",
  "response_types_supported": [
    "code",
    "token"
  ],
  "grant_types_supported": [
    "authorization_code",
    "password",
    "client_credentials",
    "refresh_token"
  ],
  "scopes_supported": [
    "read",
    "write",
    "admin",
    "agent:read",
    "agent:track"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "none"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "service_documentation": "https://apparel.monster/api/v1/openapi.yaml",
  "agent_auth": {
    "identity_endpoint": "https://apparel.monster/agent/identity",
    "identity_types_supported": [
      "anonymous",
      "service_auth"
    ],
    "skill": "https://apparel.monster/auth.md",
    "documentation": "https://apparel.monster/docs/authentication.md"
  }
}
