Module revocation

Source
Expand description

OAuth 2.0 Token Revocation implementation (RFC 7009).

Enums§

RevocationErrorResponseType
OAuth 2.0 Token Revocation error response types.
StandardRevocableToken
A token representation usable with authorization servers that support RFC 7009 token revocation.

Traits§

RevocableToken
A revocable token.