UNPKG

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