Auth0 · Schema

ClientCredentialTypeEnum

The type of credential.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientcredentialtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCredentialTypeEnum",
  "title": "ClientCredentialTypeEnum",
  "type": "string",
  "description": "The type of credential.",
  "enum": [
    "public_key",
    "cert_subject_dn",
    "x509_cert"
  ]
}