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