|
cxxmcp 1.1.6
C++ MCP SDK
|
Public wrapper around the SDK's private PKCE implementation. More...
#include <pkce.hpp>
Public Member Functions | |
| virtual core::Result< PkceChallenge > | create_s256 ()=0 |
| virtual core::Result< bool > | verify (const PkceChallenge &challenge)=0 |
Public wrapper around the SDK's private PKCE implementation.
The default implementation will be backed by MiniOAuth2 once the optional auth implementation target is added. The interface stays independent from MiniOAuth2 headers so the helper can be replaced without public API churn.