UNPKG

337 BTypeScriptView Raw
1import ifm = require('../interfaces/common/VsoBaseInterfaces');
2import * as resthandlers from 'typed-rest-client/Handlers';
3export declare class NtlmCredentialHandler extends resthandlers.NtlmCredentialHandler implements ifm.IRequestHandler {
4 constructor(username: string, password: string, workstation?: string, domain?: string);
5}