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

Public JSON Web Key value model. More...

#include <jwks.hpp>

Public Attributes

std::string key_type
 
std::optional< std::string > public_key_use
 
StringList key_operations
 
std::optional< std::string > algorithm
 
std::optional< std::string > key_id
 
std::optional< std::string > curve
 
std::optional< std::string > x
 
std::optional< std::string > y
 
std::optional< std::string > modulus
 
std::optional< std::string > exponent
 
StringList certificate_chain
 
MetadataMap metadata
 

Detailed Description

Public JSON Web Key value model.

This type intentionally stores key material as public JWK parameters only. It does not perform JWT decoding, signature verification, or key trust decisions by itself.


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