Auth0 · Schema

ClientGrantSubjectTypeEnum

The type of application access the client grant allows.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientgrantsubjecttypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientGrantSubjectTypeEnum",
  "title": "ClientGrantSubjectTypeEnum",
  "type": "string",
  "enum": [
    "client",
    "user"
  ],
  "description": "The type of application access the client grant allows."
}