cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::HttpJwksEndpoint Class Referencefinal

Concrete implementation of JwksEndpoint that fetches JWKS over HTTP. More...

#include <http_jwks_endpoint.hpp>

Inheritance diagram for mcp::auth::HttpJwksEndpoint:
mcp::auth::JwksEndpoint

Public Member Functions

 HttpJwksEndpoint (OAuthHttpGet get)
 
core::Result< JsonWebKeySetfetch_jwks (const JwksFetchRequest &request) override
 

Detailed Description

Concrete implementation of JwksEndpoint that fetches JWKS over HTTP.

Uses an injected OAuthHttpGet function (same signature as HttpOAuthMetadataEndpoint) so the transport layer remains decoupled.

Member Function Documentation

◆ fetch_jwks()

core::Result< JsonWebKeySet > mcp::auth::HttpJwksEndpoint::fetch_jwks ( const JwksFetchRequest request)
inlineoverridevirtual

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