Header data for a RFC-7519 JSON Web Token
AsnJSONWebTokenHeader is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sTYP | string | Defines the type of the token. This is currently by default JWT to specify it as RFC-7519 JSON Web Token | |
u8sALG | string | Identifies which algorithm is used to generate the signature, HS256 indicates that this token is signed using HMAC-SHA256. | |
u8sCTY | string | yes | Defines the content type if the typ is not JWT (JSON Web Token) |
optionals | AsnStringPairList | yes |
Version 7