TimedJSONWebSignatureSerializer
Python API reference for the class jws.TimedJSONWebSignatureSerializer.
Public API
Class: TimedJSONWebSignatureSerializer
Canonical path: jws.TimedJSONWebSignatureSerializer
Declared in: jws.py
Signature
class TimedJSONWebSignatureSerializer(JSONWebSignatureSerializer): ...
Summary
Works like the regular :class:`JSONWebSignatureSerializer` but also records the time of the signing and can be used to expire signatures.