Files
server_debian_macro/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts

12 lines
492 B
TypeScript
Raw Normal View History

2025-02-18 22:59:07 +00:00
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