Auth0 · Schema

CreateTokenQuota

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
client_credentials object
View JSON Schema on GitHub

JSON Schema

auth0-createtokenquota-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTokenQuota",
  "title": "CreateTokenQuota",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "client_credentials"
  ],
  "x-release-lifecycle": "EA",
  "properties": {
    "client_credentials": {
      "$ref": "#/components/schemas/TokenQuotaClientCredentials"
    }
  }
}