UNPKG
ts-spiffe
Version:
latest (1.0.7-beta-14)
1.0.7
1.0.7-beta-9
1.0.7-beta-8
1.0.7-beta-7
1.0.7-beta-5
1.0.7-beta-4
1.0.7-beta-3
1.0.7-beta-2
1.0.7-beta-14
1.0.7-beta-13
1.0.7-beta-12
1.0.7-beta-11
1.0.7-beta-10
1.0.7-beta-1
1.0.7-a
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
typescript client for spiffe
github.com/andyfurnival/spiffe-library
andyfurnival/spiffe-library
ts-spiffe
/
cjs
/
bundle
/
jwtbundle.js
10 lines
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
JwtBundle
=
void
0
;
class
JwtBundle
{
constructor
(
keys
) {
this
.
keys
= keys; } }
exports
.
JwtBundle
=
JwtBundle
;
//# sourceMappingURL=jwtbundle.js.map