Node CrowdSec Client
    Preparing search index...

    Interface IWatcherAuthentication

    interface IWatcherAuthentication {
        autoRenew?: boolean;
        machineID: string;
        password: string;
    }
    Index
    autoRenew?: boolean
    machineID: string
    password: string