@voidkey/broker-core
Version:
Core credential minting logic for the voidkey zero-trust credential broker
6 lines • 503 B
TypeScript
export { AccessProvider, AccessProviderConfiguration, CredentialRequest, CredentialResponse, KeyConfiguration, CredentialOutput } from './base';
export { MinIOProvider, MinIOConfiguration, MinIOKeyConfiguration } from './minio';
export { AWSProvider, AWSConfiguration, AWSKeyConfiguration } from './aws';
import { AccessProvider, AccessProviderConfiguration } from './base';
export declare function createProvider(config: AccessProviderConfiguration): AccessProvider;
//# sourceMappingURL=index.d.ts.map