cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::PkceGenerator Class Referenceabstract

Public wrapper around the SDK's private PKCE implementation. More...

#include <pkce.hpp>

Inheritance diagram for mcp::auth::PkceGenerator:
mcp::auth::openssl::OpenSslPkceGenerator

Public Member Functions

virtual core::Result< PkceChallengecreate_s256 ()=0
 
virtual core::Result< bool > verify (const PkceChallenge &challenge)=0
 

Detailed Description

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.


The documentation for this class was generated from the following file: