Auth0 Universal Components
    Preparing search index...

    Interface FactorConfigOptions

    Configuration for an individual MFA factor type.

    interface FactorConfigOptions {
        enabled?: boolean;
        visible?: boolean;
    }
    Index

    Properties

    Properties

    enabled?: boolean
    visible?: boolean