VerifyEmailOtpParamsinterface VerifyEmailOtpParams {email: string;options?: {redirectTo?: string; captchaToken?: string; };token: string;type: EmailOtpType;}§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. §type: EmailOtpType[src]The user's verification type.