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

Replay cache boundary used by DPoP proof validators. More...

#include <dpop.hpp>

Inheritance diagram for mcp::auth::DpopReplayCache:
mcp::auth::InMemoryDpopReplayCache

Public Member Functions

virtual core::Result< bool > remember_once (std::string jwt_id, TimePoint expires_at, TimePoint now)=0
 

Detailed Description

Replay cache boundary used by DPoP proof validators.

Implementations must atomically remember a JWT ID until expires_at and return false when the same still-live ID has already been seen.


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