|
cxxmcp 1.1.6
C++ MCP SDK
|
Abstract handler for the token revocation endpoint. More...
#include <server_auth_endpoints.hpp>
Public Member Functions | |
| virtual core::Result< core::Unit > | revoke_token (const TokenRevocationParams ¶ms)=0 |
| Process a token revocation request. | |
Abstract handler for the token revocation endpoint.
The transport calls revoke_token() when a POST /revoke request arrives.
|
pure virtual |
Process a token revocation request.
| params | Parsed form-encoded POST body parameters. |