Auth0 Universal Components
    Preparing search index...

    Interface FactorsListProps

    interface FactorsListProps {
        customMessages?: Partial<MFAMessages>;
        disableDelete: boolean;
        factors: Authenticator[];
        factorType: MFAType;
        isDeletingFactor: boolean;
        isEnabledFactor: boolean;
        onDeleteFactor: (factorId: string, factorType: MFAType) => void;
        readOnly: boolean;
        schema?: object;
        styling?: ComponentStyling<UserMFAMgmtClasses>;
    }

    Hierarchy

    Index

    Properties

    customMessages?: Partial<MFAMessages>
    disableDelete: boolean
    factors: Authenticator[]
    factorType: MFAType
    isDeletingFactor: boolean
    isEnabledFactor: boolean
    onDeleteFactor: (factorId: string, factorType: MFAType) => void
    readOnly: boolean
    schema?: object
    styling?: ComponentStyling<UserMFAMgmtClasses>