UNPKG

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

Version:

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

11 lines 321 B
export function configureAuthMethods(config: any): { default: any; apiKeyScheme: ApiKeySchemeAuthentication; }; export class ApiKeySchemeAuthentication { constructor(apiKey: any); apiKey: any; getName(): string; applySecurityAuthentication(context: any): void; } //# sourceMappingURL=auth.d.ts.map