Auth0 · Schema

ConnectionTotpEmail

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

auth0-connectiontotpemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTotpEmail",
  "title": "ConnectionTotpEmail",
  "type": "object",
  "properties": {
    "length": {
      "$ref": "#/components/schemas/ConnectionTotpLengthEmail"
    },
    "time_step": {
      "$ref": "#/components/schemas/ConnectionTotpTimeStepEmail"
    }
  },
  "additionalProperties": false
}