VerifyMobileOtpParamsinterface VerifyMobileOtpParams {options?: {redirectTo?: string; captchaToken?: string; };phone: string;token: string;type: MobileOtpType;}§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. §type: MobileOtpType[src]The user's verification type.