UNPKG

@trimble-oss/trimble-id

Version:

Trimble Identity SDK for JavaScript/ TypeScript

17 lines (16 loc) 255 B
/** * Copyright (c) Trimble Inc. * Licensed under the MIT License. */ /** * @interface Keyset * @description Interface for Keyset */ export interface Keyset { kty: string n: string e: string use: string x5c: [] x5t: string }