Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VerifyEmailOtpParams

Hierarchy

  • VerifyEmailOtpParams

Index

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