@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface MfaOtpContinueOptions

    Options for continuing with the MFA OTP enrollment code.

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

    Indexable

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

      Any additional custom options.

    Index

    Properties

    Properties

    code: string

    The OTP code entered by the user.