WorkOS · Schema

ChallengeAuthenticationFactorDto

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
sms_template string A custom template for the SMS message. Use the {{code}} placeholder to include the verification code.
View JSON Schema on GitHub

JSON Schema

workos-challengeauthenticationfactordto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChallengeAuthenticationFactorDto",
  "title": "ChallengeAuthenticationFactorDto",
  "type": "object",
  "properties": {
    "sms_template": {
      "type": "string",
      "description": "A custom template for the SMS message. Use the {{code}} placeholder to include the verification code.",
      "example": "Your verification code is {{code}}."
    }
  }
}