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

Properties

autoRenew?: boolean
machineID: string
password: string

Generated using TypeDoc