Auth0 Universal Components
    Preparing search index...

    Interface UseUserMFAOptions

    Options for useUserMFA hook.

    interface UseUserMFAOptions {
        customMessages?: Partial<UserMfaManagementMessages>;
        deleteAction?: ComponentAction<FactorTypeEnum, void>;
        disableDelete?: boolean;
        enrollAction?: ComponentAction<FactorTypeEnum, void>;
        factorConfig?: FactorConfig;
        readOnly?: boolean;
        showActiveOnly?: boolean;
    }
    Index

    Properties

    customMessages?: Partial<UserMfaManagementMessages>
    deleteAction?: ComponentAction<FactorTypeEnum, void>
    disableDelete?: boolean
    enrollAction?: ComponentAction<FactorTypeEnum, void>
    factorConfig?: FactorConfig
    readOnly?: boolean
    showActiveOnly?: boolean