UNPKG

@veraid/kliento

Version:

Self-contained client authentication tokens

10 lines (9 loc) 167 B
/** * Options for token bundles. */ export interface TokenBundleOptions { /** * The start date of the token bundle. */ readonly startDate: Date; }