Go to the source code of this file.
|
verifier< default_clock, traits::nlohmann_json > | jwt::verify () |
|
template<typename json_traits > |
builder< json_traits > | jwt::create () |
|
decoded_jwt< traits::nlohmann_json > | jwt::decode (const std::string &token) |
|
template<typename Decode > |
decoded_jwt< traits::nlohmann_json > | jwt::decode (const std::string &token, Decode decode) |
|
jwk< traits::nlohmann_json > | jwt::parse_jwk (const traits::nlohmann_json::string_type &token) |
|
jwks< traits::nlohmann_json > | jwt::parse_jwks (const traits::nlohmann_json::string_type &token) |
|
◆ JWT_DISABLE_PICOJSON
#define JWT_DISABLE_PICOJSON |