@veraid/authority-credentials
Version:
Automate exchange of cloud credentials for VeraId Authority credentials
7 lines (6 loc) • 365 B
TypeScript
export { CredentialType } from './lib/CredentialType.js';
export type { ExchangeOptions } from './lib/ExchangeOptions.js';
export { Exchanger } from './lib/Exchanger.js';
export { GithubExchanger } from './lib/integrations/GithubExchanger.js';
export { JwtExchanger } from './lib/JwtExchanger.js';
export type { VeraidCredential } from './lib/VeraidCredential.js';