Skip to main content

Interface: JWK

Extends

  • JsonWebKey

Properties

crv?

optional crv: string

Inherited from

JsonWebKey.crv


d?

optional d: string

Inherited from

JsonWebKey.d


dp?

optional dp: string

Inherited from

JsonWebKey.dp


dq?

optional dq: string

Inherited from

JsonWebKey.dq


e?

optional e: string

Inherited from

JsonWebKey.e


ext?

optional ext: boolean

Inherited from

JsonWebKey.ext


k?

optional k: string

Inherited from

JsonWebKey.k


key_ops?

optional key_ops: string[]

Inherited from

JsonWebKey.key_ops


kty?

optional kty: string

Inherited from

JsonWebKey.kty


n?

optional n: string

Inherited from

JsonWebKey.n


oth?

optional oth: RsaOtherPrimesInfo[]

Inherited from

JsonWebKey.oth


p?

optional p: string

Inherited from

JsonWebKey.p


q?

optional q: string

Inherited from

JsonWebKey.q


qi?

optional qi: string

Inherited from

JsonWebKey.qi


use?

optional use: string

Inherited from

JsonWebKey.use


x?

optional x: string

Inherited from

JsonWebKey.x


y?

optional y: string

Inherited from

JsonWebKey.y


alg

alg: RS256

Overrides

JsonWebKey.alg


kid

kid: string