Auth0 · Schema

ConnectionProviderEnumSMS

SMS provider values. Use 'sms_gateway' to use a custom SMS gateway instead of Twilio.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionproviderenumsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProviderEnumSMS",
  "title": "ConnectionProviderEnumSMS",
  "description": "SMS provider values. Use 'sms_gateway' to use a custom SMS gateway instead of Twilio.",
  "type": "string",
  "enum": [
    "sms_gateway",
    "twilio"
  ]
}