cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::JwksCache Class Referenceabstract

Application-provided JWKS cache boundary. More...

#include <jwks.hpp>

Inheritance diagram for mcp::auth::JwksCache:
mcp::auth::InMemoryJwksCache

Public Member Functions

virtual core::Result< std::optional< JsonWebKeySet > > load (const std::string &jwks_uri)=0
 
virtual core::Result< core::Unitsave (std::string jwks_uri, JsonWebKeySet keys)=0
 
virtual core::Result< core::Unitclear (const std::string &jwks_uri)=0
 

Detailed Description

Application-provided JWKS cache boundary.


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