Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function verifyEmailOTP(options: VerifyEmailOTPOptions): Promise<VerifyEmailOTPResult>;
options
VerifyEmailOTPOptions
Promise
VerifyEmailOTPResult
const result = await verifyEmailOTP({ flowId: "flow-id-from-signInWithEmail", otp: "123456" // The OTP received in email });
Was this page helpful?