UNPKG

@sphereon/ssi-sdk-ext.kms-azure-rest-client

Version:

Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.

13 lines 481 B
export class ServerConfiguration { constructor(url: any, variableConfiguration: any); url: any; variableConfiguration: any; setVariables(variableConfiguration: any): void; getConfiguration(): any; getUrl(): any; makeRequestContext(endpoint: any, httpMethod: any): RequestContext; } export const server1: ServerConfiguration; export const servers: ServerConfiguration[]; import { RequestContext } from "./http/http"; //# sourceMappingURL=servers.d.ts.map