@auth0/nextjs-auth0 - v4.15.0
    Preparing search index...

    Interface MfaRequirements

    MFA requirements from an mfa_required error response. Indicates which MFA methods are available for the user. Matches Auth0 API response shape and auth0-spa-js type.

    interface MfaRequirements {
        challenge?: { type: string }[];
        enroll?: { type: string }[];
    }
    Index

    Properties

    Properties

    challenge?: { type: string }[]

    Available challenge types (existing authenticators)

    enroll?: { type: string }[]

    Required enrollment types (user needs to enroll new authenticator)