Skip to main content
type VerifySmsOTPOptions = {
  flowId: string;
  otp: string;
};
Request parameters for verifySmsOTP.

Properties

PropertyTypeDescription
flowIdstringThe flow ID to use in verifySmsOTP.
otpstringThe OTP to verify.