Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ nbf
Function
nbf
include/jwt/parameters.hpp:434–438 ·
view source on GitHub ↗
*/
Source
from the content-addressed store, hash-verified
432
/**
433
*/
434
inline detail::nbf_param
435
nbf(const system_time_t tp)
436
{
437
return { tp };
438
}
439
440
/**
441
*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected