Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ validate_iat_param
Method
validate_iat_param
include/jwt/parameters.hpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
struct validate_iat_param
227
{
228
validate_iat_param(bool v)
229
: iat_(v)
230
{}
231
232
bool get() const noexcept { return iat_; }
233
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected