Skip to main content
type SignInWithSmsOptions = {
  phoneNumber: string;
};
Request parameters for signInWithSms.

Properties

PropertyTypeDescription
phoneNumberstringThe phone number of the end user in E.164 format. Example: “+14155552671”