node-jwt
Preparing search index...
OKPJWK
Interface OKPJWK
interface
OKPJWK
{
alg
?:
string
;
crv
:
"Ed25519"
;
d
?:
string
;
key_ops
?:
(
"sign"
|
"verify"
)
[]
;
kid
?:
string
;
kty
:
"OKP"
;
use
?:
"sig"
|
"enc"
;
x
:
string
;
x5c
?:
string
[]
;
x5t
?:
string
;
}
Hierarchy (
View Summary
)
BaseJWK
OKPJWK
Index
Properties
alg?
crv
d?
key_
ops?
kid?
kty
use?
x
x5c?
x5t?
Properties
Optional
alg
alg
?:
string
crv
crv
:
"Ed25519"
Optional
d
d
?:
string
Optional
key_
ops
key_ops
?:
(
"sign"
|
"verify"
)
[]
Optional
kid
kid
?:
string
kty
kty
:
"OKP"
Optional
use
use
?:
"sig"
|
"enc"
x
x
:
string
Optional
x5c
x5c
?:
string
[]
Optional
x5t
x5t
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
crv
d
key_
ops
kid
kty
use
x
x5c
x5t
node-jwt
Loading...