Auth0 · Schema

PreferredAuthenticationMethodEnum

Applies to phone authentication methods only. The preferred communication method.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-preferredauthenticationmethodenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PreferredAuthenticationMethodEnum",
  "title": "PreferredAuthenticationMethodEnum",
  "type": "string",
  "description": "Applies to phone authentication methods only. The preferred communication method.",
  "enum": [
    "voice",
    "sms"
  ]
}