|
cxxmcp 1.1.6
C++ MCP SDK
|
Abstract handler for the dynamic client registration endpoint. More...
#include <server_auth_endpoints.hpp>
Public Member Functions | |
| virtual core::Result< ClientRegistrationResponse > | register_client (const ClientRegistrationRequest &request)=0 |
| Process a client registration request. | |
Abstract handler for the dynamic client registration endpoint.
The transport calls register_client() when a POST /register request arrives. The handler validates the request, creates a client record, and returns the registration response.
|
pure virtual |
Process a client registration request.
| request | Parsed registration request body. |