UNPKG

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

Version:

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

11 lines (10 loc) 477 B
export * from "./http/http"; export * from "./auth/auth"; export * from "./models/all"; export { createConfiguration } from "./configuration"; export type { Configuration } from "./configuration"; export * from "./apis/exception"; export * from "./servers"; export { RequiredError } from "./apis/baseapi"; export type { PromiseMiddleware as Middleware } from './middleware'; export { PromiseKeyVaultControllerApi as KeyVaultControllerApi } from './types/PromiseAPI';