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

Parameters parsed from a token request (RFC 6749 Section 4.1.3). More...

#include <server_auth_endpoints.hpp>

Public Attributes

std::string grant_type
 
std::optional< std::string > code
 
std::optional< std::string > redirect_uri
 
std::optional< std::string > client_id
 
std::optional< std::string > client_secret
 
std::optional< std::string > code_verifier
 
std::optional< std::string > refresh_token
 
std::optional< std::string > scope
 
std::optional< std::string > resource
 

Detailed Description

Parameters parsed from a token request (RFC 6749 Section 4.1.3).


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