Auth0 · Schema

ConnectionGatewayAuthenticationMethodSMS

The Authorization header type when calling the SMS gateway. Set to 'bearer' for JWT token authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiongatewayauthenticationmethodsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionGatewayAuthenticationMethodSMS",
  "title": "ConnectionGatewayAuthenticationMethodSMS",
  "description": "The Authorization header type when calling the SMS gateway. Set to 'bearer' for JWT token authentication.",
  "type": "string",
  "minLength": 1,
  "maxLength": 20
}