Auth0 · Schema

ConnectionTotpTimeStepPasswordless

Time step for TOTP in seconds

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontotptimesteppasswordless-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTotpTimeStepPasswordless",
  "title": "ConnectionTotpTimeStepPasswordless",
  "description": "Time step for TOTP in seconds",
  "type": "integer",
  "minimum": 60
}