UNPKG

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