Auth0 · Schema

ConnectionProviderSMS

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

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionprovidersms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionProviderSMS",
  "title": "ConnectionProviderSMS",
  "description": "SMS provider. Set to 'sms_gateway' to use a custom SMS gateway instead of Twilio.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionProviderEnumSMS"
    }
  ],
  "x-release-lifecycle": "deprecated"
}