Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PemEncodedPublicKey

A PEM-encoded public key used for verifying the JWT signature.

Properties

Const format

format: string = "PEM"

key

key: string

The content of the PEM-encoded public key.

kid

kid: string

A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".

Methods

getDeserializedJsonObj

getJsonObj