oauth_token_revocation.rdoc

doc/oauth_token_revocation.rdoc
Last Update: 2023-04-29 00:05:41 +0000

Documentation for OAuth Token Revocation feature

The oauth_token_revocation feature implements the OAuth 2.0 Token Revocation.

datatracker.ietf.org/doc/html/rfc7009

Auth Value Methods

revoke_route

the route for revoking access tokens, defaults to revoke.

before_revoke_route

Run arbitrary code before the revoke route.

before_revoke

Run arbitrary code before revoking a token.

after_revoke

Run arbitrary code after after revoking a token.

revoke_oauth_grant_notice_flash

The flash message to display when a grant has been revoked.