MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / verify

Function verify

include/jwt-cpp/jwt.h:4147–4149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4145 */
4146 template<typename Clock, typename json_traits>
4147 verifier<Clock, json_traits> verify(Clock c) {
4148 return verifier<Clock, json_traits>(c);
4149 }
4150
4151 /**
4152 * Create a builder using the given clock

Callers 8

verifyMethod · 0.70
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
TESTFunction · 0.40