1 | import { ServiceClientCredentials } from "./serviceClientCredentials";
|
2 | import { WebResource } from "../webResource";
|
3 | import { TokenCredential } from "@azure/core-auth";
|
4 | import { TokenResponse } from "./tokenResponse";
|
5 |
|
6 |
|
7 |
|
8 | export declare const azureResourceManagerEndpoints: string[];
|
9 |
|
10 |
|
11 |
|
12 |
|
13 | export declare class AzureIdentityCredentialAdapter implements ServiceClientCredentials {
|
14 | private azureTokenCredential;
|
15 | private scopes;
|
16 | constructor(azureTokenCredential: TokenCredential, scopes?: string | string[]);
|
17 | getToken(): Promise<TokenResponse>;
|
18 | signRequest(webResource: WebResource): Promise<WebResource>;
|
19 | }
|
20 | //# sourceMappingURL=azureIdentityTokenCredentialAdapter.d.ts.map |
\ | No newline at end of file |