UNPKG

@trimble-oss/trimble-id

Version:

Trimble Identity SDK for JavaScript/ TypeScript

12 lines 181 B
/** * @interface Keyset * @description Interface for Keyset */ export interface Keyset { kty: string n: string e: string use: string x5c: [] x5t: string }