cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::StoredAuthorizationState Struct Reference

Stored one-time authorization state for OAuth code + PKCE flows. More...

#include <lifecycle.hpp>

Public Attributes

std::string state
 
PkceChallenge pkce
 
TimePoint created_at = SystemClock::now()
 
std::string resource
 
std::string client_id
 
std::string redirect_uri
 
ScopeList requested_scopes
 
MetadataMap metadata
 

Detailed Description

Stored one-time authorization state for OAuth code + PKCE flows.


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