Skip to main content
type SmsAuthentication = {
  type: "sms";
  phoneNumber: string;
};
The SMS authentication method.

Properties

PropertyTypeDescription
type"sms"The type of authentication method.
phoneNumberstringThe phone number of the end user in E.164 format.