VerifyMobileOtpParams

import type { VerifyMobileOtpParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
interface VerifyMobileOtpParams {
options?: {
redirectTo?: string;
captchaToken?: string;
}
;
phone: string;
token: string;
}

§Properties

§
options?: {
redirectTo?: string;
captchaToken?: string;
}
[src]
§
phone: string
[src]

The user's phone number.

§
token: string
[src]

The otp sent to the user's phone number.

§

The user's verification type.