Auth0 Universal Components
    Preparing search index...

    Variable MFAMappersConst

    MFAMappers: {
        buildConfirmEnrollmentParams(
            factorType: MFAType,
            authSession: string,
            options: ConfirmEnrollmentOptions,
        ): VerifyAuthenticationMethodRequestContent;
        buildEnrollParams(
            factorType: MFAType,
            options?: EnrollOptions,
        ): CreateAuthenticationMethodRequestContent;
        fromAPI(
            availableFactorsResponse: ListFactorsResponseContent,
            enrolledFactorsResponse: ListAuthenticationMethodsResponseContent,
            onlyActive?: boolean,
        ): Record<MFAType, Authenticator[]>;
    } = ...

    Type Declaration