itsdangerous ~master (2022-05-09T14:16:30.7771069)
Dub
Repo
TimedSerializer
itsdangerous
timed
Undocumented in source.
class
TimedSerializer : Serializer!SignerType(
SignerType
) {
this
(string secretKey, string salt);
JSONValue
loads
(string s, string salt, int maxAge, int* tstamp);
}
Constructors
this
this
(string secretKey, string salt)
Undocumented in source.
Members
Functions
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.
Meta
Source
See Implementation
itsdangerous
timed
classes
TimedSerializer
TimestampSigner