Auth0 · Schema

PhoneProviderNameEnum

Name of the phone notification provider

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-phoneprovidernameenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneProviderNameEnum",
  "title": "PhoneProviderNameEnum",
  "type": "string",
  "description": "Name of the phone notification provider",
  "minLength": 1,
  "maxLength": 100,
  "enum": [
    "twilio",
    "custom"
  ]
}