Index
Bases: DateTimeField
DateTimeField
Custom datetime field which will transform the API’s expiry in seconds to a datetime.
This way we can cache the token, and know _exactly_ when the token is supposed to expire when we retrieve the token from the cache.