1#ifndef JWT_CPP_NLOHMANN_JSON_DEFAULTS_H
2#define JWT_CPP_NLOHMANN_JSON_DEFAULTS_H
4#ifndef JWT_DISABLE_PICOJSON
5#define JWT_DISABLE_PICOJSON
35#ifndef JWT_DISABLE_BASE64
59 template<
typename Decode>
a class to store a generic JSON value as claim
*brief create a new JSON pointer by appending the unescaped token at the end of the JSON pointer *sa string_t token
verify_ops::verify_context< traits::nlohmann_json > verify_context
jwk< json_traits > parse_jwk(const typename json_traits::string_type &jwk_)
jwks< json_traits > parse_jwks(const typename json_traits::string_type &jwks_)
verifier< default_clock, traits::nlohmann_json > verify()
basic_claim< traits::nlohmann_json > claim
a class to store a generic JSON for Modern C++ value as claim
builder< default_clock, traits::nlohmann_json > create()
decoded_jwt< json_traits > decode(const typename json_traits::string_type &token, Decode decode)
Decode a token. This can be used to to help access important feild like 'x5c' for verifying tokens....