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

OAuth 2.0 Client Credentials flow configuration (SEP-1046). More...

#include <types.hpp>

Public Attributes

std::string client_id
 
std::string client_secret
 
ScopeList scopes
 
std::string resource
 
MetadataMap metadata
 

Detailed Description

OAuth 2.0 Client Credentials flow configuration (SEP-1046).

Supports client_secret_post authentication for machine-to-machine flows. Private-key JWT (RFC 7523) is deferred to the optional OpenSSL-backed auth feature.


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