JSONWebSignatureSerializer

Undocumented in source.

Constructors

this
this(string secretKey, string salt)
Undocumented in source.

Members

Functions

digestName
string digestName()
Undocumented in source. Be warned that the author may not have intended to support it.
dumpPayload
string dumpPayload(JSONValue header, JSONValue obj)
Undocumented in source. Be warned that the author may not have intended to support it.
dumps
string dumps(JSONValue obj, string salt, JSONValue headerFields)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPayload
JSONValue loadPayload(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPayloadWithHeader
Tuple!(JSONValue, JSONValue) loadPayloadWithHeader(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.
loads
JSONValue loads(string s, string salt, int maxAge, int* tstamp)
Undocumented in source. Be warned that the author may not have intended to support it.
loadsWithHeader
Tuple!(JSONValue, JSONValue) loadsWithHeader(string s, string salt)
Undocumented in source. Be warned that the author may not have intended to support it.
makeHeader
JSONValue makeHeader(JSONValue header)
Undocumented in source. Be warned that the author may not have intended to support it.
makeSignerForTJWT
auto makeSignerForTJWT(string salt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta