hunt-jwt ~master (2021-04-26T07:36:22Z)
Dub
Repo
Header
hunt
jwt
Header
class
Header :
Component
{
JwtAlgorithm
alg
;
string
typ
;
this
(JwtAlgorithm alg, string typ);
this
(JSONValue headers);
string
json
[@property getter];
}
Constructors
this
this
(JwtAlgorithm alg, string typ)
Undocumented in source.
this
this
(JSONValue headers)
Undocumented in source.
Members
Properties
json
string
json
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
alg
JwtAlgorithm
alg
;
Undocumented in source.
typ
string
typ
;
Undocumented in source.
Inherited Members
From Component
json
string
json
[@property getter]
Undocumented in source.
base64
string
base64
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
jwt
Header
classes
Header