Bases: object
Interface for recording and reporting revocation events.
return the revocation events, as a list of objects.
Parameters: | last_fetch – Time of last fetch. Return all events newer. |
---|---|
Returns: | A list of keystone.revoke.model.RevokeEvent newer than last_fetch. If no last_fetch is specified, returns all events for tokens issued after the expiration cutoff. |
Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixin