node-jwt
Preparing search index...
BaseJWK
Interface BaseJWK
interface
BaseJWK
{
alg
?:
string
;
key_ops
?:
(
"sign"
|
"verify"
)
[]
;
kid
?:
string
;
kty
:
string
;
use
?:
"sig"
|
"enc"
;
x5c
?:
string
[]
;
x5t
?:
string
;
}
Hierarchy (
View Summary
)
BaseJWK
RSAJWK
ECJWK
OKPJWK
OctJWK
Index
Properties
alg?
key_
ops?
kid?
kty
use?
x5c?
x5t?
Properties
Optional
alg
alg
?:
string
Optional
key_
ops
key_ops
?:
(
"sign"
|
"verify"
)
[]
Optional
kid
kid
?:
string
kty
kty
:
string
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
key_
ops
kid
kty
use
x5c
x5t
node-jwt
Loading...