MCPcopy 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 */
434inline detail::nbf_param
435nbf(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