class documentation

class TimestampSigner(Signer): (source)

View In Hierarchy

Undocumented

Method sign Undocumented
Method timestamp Undocumented
Method unsign Retrieve original value and check it wasn't signed more than max_age seconds ago.

Inherited from Signer:

Method __init__ Undocumented
Method sign_object Return URL-safe, hmac signed base64 compressed JSON string.
Method signature Undocumented
Method unsign_object Undocumented
Instance Variable algorithm Undocumented
Instance Variable fallback_keys Undocumented
Instance Variable key Undocumented
Instance Variable salt Undocumented
Instance Variable sep Undocumented
def sign(self, value): (source)

Undocumented

def timestamp(self): (source)

Undocumented

def unsign(self, value, max_age=None): (source)

Retrieve original value and check it wasn't signed more than max_age seconds ago.