Verifies the one-time password (OTP) for the sign in flow with a phone number via SMS.
The options for the verification.
The result of the verification.
const result = await verifySmsOTP({ flowId: "flow-id-from-signInWithSms", otp: "123456" // The OTP received in SMS}); Copy
const result = await verifySmsOTP({ flowId: "flow-id-from-signInWithSms", otp: "123456" // The OTP received in SMS});
Verifies the one-time password (OTP) for the sign in flow with a phone number via SMS.