Interface VerifyEmailOtpParams

Hierarchy

  • VerifyEmailOtpParams

Properties

Properties

email: string

The user's email address.

options?: {
    captchaToken?: string;
    redirectTo?: string;
}

Type declaration

  • Optional captchaToken?: string

    Verification token received when the user completes the captcha on the site.

    Deprecated

  • Optional redirectTo?: string

    A URL to send the user to after they are confirmed.

token: string

The otp sent to the user's email address.

The user's verification type.

Generated using TypeDoc