UNPKG

ts-spiffe

Version:
11 lines 296 B
export declare class JwtSvid { private token; private jwtPayload; private expiration; constructor(token: string); isExpired(): boolean; getAudiences(): string | string[] | undefined; getSubject(): string; getToken(): string; } //# sourceMappingURL=jwtsvid.d.ts.map