Auth0 · Schema

ConnectionPhoneOtpAuthenticationMethod

Phone OTP authentication enablement

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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