Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
JsonWebKeyWithKid
Interface JsonWebKeyWithKid
interface
JsonWebKeyWithKid
{
alg
?:
string
;
crv
?:
string
;
d
?:
string
;
dp
?:
string
;
dq
?:
string
;
e
?:
string
;
ext
?:
boolean
;
k
?:
string
;
key_ops
?:
string
[]
;
kid
:
string
;
kty
:
string
;
n
?:
string
;
oth
?:
RsaOtherPrimesInfo
[]
;
p
?:
string
;
q
?:
string
;
qi
?:
string
;
use
?:
string
;
x
?:
string
;
y
?:
string
;
}
Hierarchy (
view full
)
JsonWebKey
JsonWebKeyWithKid
Index
Properties
alg?
crv?
d?
dp?
dq?
e?
ext?
k?
key_
ops?
kid
kty
n?
oth?
p?
q?
qi?
use?
x?
y?
Properties
Optional
alg
alg
?:
string
Optional
crv
crv
?:
string
Optional
d
d
?:
string
Optional
dp
dp
?:
string
Optional
dq
dq
?:
string
Optional
e
e
?:
string
Optional
ext
ext
?:
boolean
Optional
k
k
?:
string
Optional
key_
ops
key_
ops
?:
string
[]
Readonly
kid
kid
:
string
kty
kty
:
string
Optional
n
n
?:
string
Optional
oth
oth
?:
RsaOtherPrimesInfo
[]
Optional
p
p
?:
string
Optional
q
q
?:
string
Optional
qi
qi
?:
string
Optional
use
use
?:
string
Optional
x
x
?:
string
Optional
y
y
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alg
crv
d
dp
dq
e
ext
k
key_
ops
kid
kty
n
oth
p
q
qi
use
x
y
@cloudflare/workers-types
Loading...