UNPKG

ts-spiffe

Version:
9 lines (6 loc) 146 B
export class JwtBundle { private keys: any[]; // Representing the JWT keys constructor(keys: any[]) { this.keys = keys; } }