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

Function decode

include/jwt-cpp/jwt.h:4208–4210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4206 */
4207 template<typename json_traits, typename Decode>
4208 decoded_jwt<json_traits> decode(const typename json_traits::string_type& token, Decode decode) {
4209 return decoded_jwt<json_traits>(token, decode);
4210 }
4211
4212 /**
4213 * Decode a token. This can be used to to help access important feild like 'x5c'

Callers 15

decoded_jwtMethod · 0.70
mainFunction · 0.50
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 4

TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40