Interface ResetPasswordMfaOtpChallengeContinueOptions

Options for continuing with the OTP challenge.

interface ResetPasswordMfaOtpChallengeContinueOptions {
    code: string;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

  • [key: string]:
        | string
        | number
        | boolean
        | undefined

    Any additional custom options

Properties

Properties

code: string

The code entered by the user.