cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
pkce.hpp File Reference

PKCE contracts for OAuth authorization-code flows. More...

#include <string>
#include "cxxmcp/core/result.hpp"

Go to the source code of this file.

Classes

struct  mcp::auth::PkceChallenge
 PKCE verifier/challenge pair used by OAuth 2.1 authorization flows. More...
 
class  mcp::auth::PkceGenerator
 Public wrapper around the SDK's private PKCE implementation. More...
 

Enumerations

enum class  PkceCodeChallengeMethod { kS256 }
 

Detailed Description

PKCE contracts for OAuth authorization-code flows.