Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(httpBase?: Base) {
super();
this._httpBase = httpBase || new Base();
this._config.pollingInterval = ProvisioningDeviceConstants.defaultPollingInterval;
this._config.timeoutInterval = ProvisioningDeviceConstants.defaultTimeoutInterval;
}