Add PBandGraphOauth scaffold and auth UI
This commit is contained in:
+12
@@ -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