Auth0 · Schema

ConnectionTotpLengthEmail

Length of the TOTP code

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontotplengthemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTotpLengthEmail",
  "title": "ConnectionTotpLengthEmail",
  "description": "Length of the TOTP code",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionTotpLengthPasswordless"
    }
  ]
}