Commit iniziale
This commit is contained in:
12
node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts
generated
vendored
Normal file
12
node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { HttpMethod } from "../utils/Constants.js";
|
||||
export declare class ManagedIdentityRequestParameters {
|
||||
private _baseEndpoint;
|
||||
httpMethod: HttpMethod;
|
||||
headers: Record<string, string>;
|
||||
bodyParameters: Record<string, string>;
|
||||
queryParameters: Record<string, string>;
|
||||
constructor(httpMethod: HttpMethod, endpoint: string);
|
||||
computeUri(): string;
|
||||
computeParametersBodyString(): string;
|
||||
}
|
||||
//# sourceMappingURL=ManagedIdentityRequestParameters.d.ts.map
|
||||
Reference in New Issue
Block a user