Auth0 · Schema

ConnectionEmailOtpAuthenticationMethod

Email OTP authentication enablement

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled boolean Determines whether email OTP is enabled
View JSON Schema on GitHub

JSON Schema

auth0-connectionemailotpauthenticationmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionEmailOtpAuthenticationMethod",
  "title": "ConnectionEmailOtpAuthenticationMethod",
  "type": "object",
  "description": "Email OTP authentication enablement",
  "additionalProperties": false,
  "x-release-lifecycle": "EA",
  "properties": {
    "enabled": {
      "type": "boolean",
      "description": "Determines whether email OTP is enabled"
    }
  }
}