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 verifySmsOTP(options: VerifySmsOTPOptions): Promise<VerifySmsOTPResult>;
options
VerifySmsOTPOptions
Promise
VerifySmsOTPResult
const result = await verifySmsOTP({ flowId: "flow-id-from-signInWithSms", otp: "123456" // The OTP received in SMS });
Was this page helpful?