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