Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JWK

Properties

alg

alg: string

The algorithm.

e

e: string

The exponent.

kid

kid: string

The key id.

kty

kty: string

The key type.

n

n: string

The modulus.

use

use: string

The key use.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: JWK): object

getJsonObj

  • getJsonObj(obj: JWK): object