Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VerifyMobileOtpParams

import type { VerifyMobileOtpParams } from "https://esm.sh/@supabase/supabase-js@2.89.0/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.