Verifies the one-time password (OTP) for the sign in flow with an email.
The options for the verification.
The result of the verification.
const result = await verifyEmailOTP({ flowId: "flow-id-from-signInWithEmail", otp: "123456" // The OTP received in email}); Copy
const result = await verifyEmailOTP({ flowId: "flow-id-from-signInWithEmail", otp: "123456" // The OTP received in email});
Verifies the one-time password (OTP) for the sign in flow with an email.