MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / nbf_param

Method nbf_param

include/jwt/parameters.hpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252struct nbf_param
253{
254 nbf_param(const jwt::system_time_t tp)
255 : duration_(std::chrono::duration_cast<
256 std::chrono::seconds>(tp.time_since_epoch()).count())
257 {}
258
259 nbf_param(const uint64_t epoch)
260 : duration_(epoch)

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected