JsonWebKey

interface JsonWebKey

exported from runtime.d

Properties

Property

Type

alg?

string

crv?

string

d?

string

dp?

string

dq?

string

e?

string

ext?

boolean

k?

string

key_ops?

string[]

kty?

string

n?

string

oth?

{ d?: string; r?: string; t?: string }[]

p?

string

q?

string

qi?

string

use?

string

x?

string

y?

string