Library API
⬅ Back to Guides
Preparing search index...
common.index
JWSHeader
Interface JWSHeader<Alg>
interface
JWSHeader
<
Alg
extends
string
=
string
>
{
alg
?:
Alg
;
typ
?:
string
;
[
key
:
string
]:
any
;
}
Type Parameters
Alg
extends
string
=
string
Hierarchy (
View Summary
)
JWSHeader
JWSHMACHeader
Indexable
[
key
:
string
]:
any
Index
Properties
alg?
typ?
Properties
Optional
alg
alg
?:
Alg
Optional
typ
typ
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
typ
⬅ Back to Guides
Library API
Loading...