Auth0 · Schema

ConnectionTotpSMS

Time-based One-Time Password (TOTP) options

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
length object
time_step object
View JSON Schema on GitHub

JSON Schema

auth0-connectiontotpsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTotpSMS",
  "title": "ConnectionTotpSMS",
  "type": "object",
  "description": "Time-based One-Time Password (TOTP) options",
  "properties": {
    "length": {
      "$ref": "#/components/schemas/ConnectionTotpLengthSMS"
    },
    "time_step": {
      "$ref": "#/components/schemas/ConnectionTotpTimeStepSMS"
    }
  },
  "additionalProperties": false
}