@adcp/sdk API Reference - v7.9.0
Documentation
GitHub
npm
Preparing search index...
DecodedJWTHeader
Interface DecodedJWTHeader
JWT header section (first segment), decoded but unverified.
interface
DecodedJWTHeader
{
alg
?:
string
;
typ
?:
string
;
kid
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
alg?
typ?
kid?
Properties
Optional
alg
alg
?:
string
Optional
typ
typ
?:
string
Optional
kid
kid
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alg
typ
kid
Documentation
GitHub
npm
@adcp/sdk API Reference - v7.9.0
Loading...
JWT header section (first segment), decoded but unverified.