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