Main entry point into the Revoke service.
Bases: Manager
Default pivot point for the Revoke backend.
Performs common logic for recording revocations.
See keystone.common.manager.Manager
for more details on
how this dynamically calls the backend.
Check the values from a token against the revocation list.
token – dictionary of values from a token, normalized for differences between v2 and v3. The checked values are a subset of the attributes of model.TokenEvent
keystone.exception.TokenNotFound – If the token is invalid.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.