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

Method leeway_param

include/jwt/parameters.hpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171struct leeway_param
172{
173 leeway_param(uint32_t v)
174 : leeway_(v)
175 {}
176
177 uint32_t get() const noexcept { return leeway_; }
178

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected