UNPKG
@veraid/kliento
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
Self-contained client authentication tokens
docs.veraid.net/kliento-js/
CheVeraId/kliento-js
@veraid/kliento
/
build
/
lib
/
lib
/
TokenBundleOptions.d.ts
10 lines
(9 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Options for token bundles. */
export
interface
TokenBundleOptions
{
/** * The start date of the token bundle. */
readonly
startDate: Date; }