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

VerifyMobileOtpParams

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.