The typeorm implementation of the IKey interface.

Hierarchy

  • Key

Implements

Constructors

Properties

environment: Environment

The version of the key with the given environment. Starts at 1 and automatically increments. When updated, the POST body should contain the latest version.

privateKey?: JWKPrivateKey
publicKey?: JWKPublicKey
version: number

The environment this key relates to.

Generated using TypeDoc