@auth0/auth0-react
    Preparing search index...

    Interface ChallengeAuthenticatorParams

    Parameters for initiating an MFA challenge

    interface ChallengeAuthenticatorParams {
        authenticatorId?: string;
        challengeType: "otp" | "oob";
        mfaToken: string;
    }
    Index

    Properties

    authenticatorId?: string

    Specific authenticator to challenge (optional)

    challengeType: "otp" | "oob"

    Type of challenge to initiate

    mfaToken: string

    MFA token from mfa_required error or MFA-scoped access token