@veraid/kliento
Version:
Self-contained client authentication tokens
8 lines (7 loc) • 452 B
TypeScript
export type { ClaimSet } from './lib/ClaimSet.js';
export { Token } from './lib/Token.js';
export { TokenBundle } from './lib/TokenBundle.js';
export type { TokenBundleOptions } from './lib/TokenBundleOptions.js';
export type { TokenBundleVerification } from './lib/TokenBundleVerification.js';
export type { TokenBundleVerificationOptions } from './lib/TokenBundleVerificationOptions.js';
export type { Member, TrustAnchor } from '@relaycorp/veraid';