keystone.revoke.backends.base.
RevokeDriverBase
[source]¶Bases: object
Interface for recording and reporting revocation events.
list_events
(last_fetch=None, token=None)[source]¶return the revocation events, as a list of objects.
Parameters: |
|
---|---|
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. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.