|
cxxmcp 1.1.6
C++ MCP SDK
|
Replay cache boundary used by DPoP proof validators. More...
#include <dpop.hpp>
Public Member Functions | |
| virtual core::Result< bool > | remember_once (std::string jwt_id, TimePoint expires_at, TimePoint now)=0 |
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.