Auth0 · Schema

ConnectionTotpLengthPasswordless

Length of the TOTP code

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontotplengthpasswordless-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTotpLengthPasswordless",
  "title": "ConnectionTotpLengthPasswordless",
  "description": "Length of the TOTP code",
  "type": "integer",
  "minimum": 4,
  "maximum": 40
}