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

RFC 8414 OAuth authorization server metadata. More...

#include <metadata.hpp>

Public Attributes

std::string issuer
 
std::string authorization_endpoint
 
std::string token_endpoint
 
std::optional< std::string > registration_endpoint
 
std::optional< std::string > jwks_uri
 
StringList response_types_supported
 
StringList grant_types_supported
 
StringList code_challenge_methods_supported
 
StringList token_endpoint_auth_methods_supported
 
StringList dpop_signing_alg_values_supported
 
ScopeList scopes_supported
 
MetadataMap metadata
 

Detailed Description

RFC 8414 OAuth authorization server metadata.


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