Auth0 · Schema

ConnectionTemplateSMS

SMS message template. Use `@@password@@` as a placeholder for the verification code.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontemplatesms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTemplateSMS",
  "title": "ConnectionTemplateSMS",
  "description": "SMS message template. Use `@@password@@` as a placeholder for the verification code.",
  "example": "Your verification code is: @@password@@",
  "x-release-lifecycle": "deprecated",
  "type": "string",
  "minLength": 1,
  "maxLength": 5120
}