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

Parameters parsed from an authorization request (RFC 6749 Section 4.1.1). More...

#include <server_auth_endpoints.hpp>

Public Attributes

std::string response_type
 
std::string client_id
 
std::string redirect_uri
 
std::string state
 
std::optional< std::string > scope
 
std::optional< std::string > code_challenge
 
std::optional< std::string > code_challenge_method
 
std::optional< std::string > resource
 
std::optional< std::string > nonce
 

Detailed Description

Parameters parsed from an authorization request (RFC 6749 Section 4.1.1).


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