class documentation

class TimestampSigner(Signer):

View In Hierarchy

Undocumented

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

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 key Undocumented
Instance Variable salt Undocumented
Instance Variable sep Undocumented
def sign(self, value):

Undocumented

def unsign(self, value, max_age=None):
Retrieve original value and check it wasn't signed more than max_age seconds ago.
def timestamp(self):

Undocumented