REORG
This commit is contained in:
parent
8d68ee380a
commit
45514010f2
3505 changed files with 154 additions and 523 deletions
|
|
@ -1,11 +0,0 @@
|
|||
import { HttpClient, HttpRequest, HttpResponse } from "./HttpClient";
|
||||
/** @private */
|
||||
export declare class AccessTokenHttpClient extends HttpClient {
|
||||
private _innerClient;
|
||||
_accessToken: string | undefined;
|
||||
_accessTokenFactory: (() => string | Promise<string>) | undefined;
|
||||
constructor(innerClient: HttpClient, accessTokenFactory: (() => string | Promise<string>) | undefined);
|
||||
send(request: HttpRequest): Promise<HttpResponse>;
|
||||
private _setAuthorizationHeader;
|
||||
getCookieString(url: string): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue