@agorio/sdkDocs


Interface: JwkKey

Properties

alg?

optional alg: string

Defined in

src/types/index.ts:54


crv?

optional crv: string

Defined in

src/types/index.ts:55


e?

optional e: string

Defined in

src/types/index.ts:59


kid

kid: string

Defined in

src/types/index.ts:52


kty

kty: string

Defined in

src/types/index.ts:51


n?

optional n: string

Defined in

src/types/index.ts:58


use?

optional use: string

Defined in

src/types/index.ts:53


x?

optional x: string

Defined in

src/types/index.ts:56


y?

optional y: string

Defined in

src/types/index.ts:57