Interface VerifyMobileOtpParams

Hierarchy

  • VerifyMobileOtpParams

Properties

Properties

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.

phone: string

The user's phone number.

token: string

The otp sent to the user's phone number.

The user's verification type.

Generated using TypeDoc