A representation of a authentication key for a specific environment.

Hierarchy

  • IKey

Implemented by

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