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

VerifyEmailOtpParams

interface VerifyEmailOtpParams {
email: string;
options?: {
redirectTo?: string;
captchaToken?: string;
}
;
token: string;
}

§Properties

§
email: string
[src]

The user's email address.

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

The otp sent to the user's email address.

§

The user's verification type.