Skip to main content
type SignInWithSmsResult = {
  message: string;
  flowId: string;
};
Result of signInWithSms.

Properties

PropertyTypeDescription
messagestringThe message to display to the user.
flowIdstringThe flow ID to use in verifySmsOTP.