|
cxxmcp 1.1.6
C++ MCP SDK
|
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 |
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.