|
Goby3 3.3.0
2025.07.10
|
#include "traits.h"Go to the source code of this file.
Namespaces | |
| namespace | jwt |
| JSON Web Token. | |
Macros | |
| #define | JWT_DISABLE_PICOJSON |
Typedefs | |
| using | jwt::claim = basic_claim< traits::nlohmann_json > |
| a class to store a generic JSON for Modern C++ value as claim | |
Functions | |
| verifier< default_clock, traits::nlohmann_json > | jwt::verify () |
| builder< traits::nlohmann_json > | 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) |
| #define JWT_DISABLE_PICOJSON |
Definition at line 5 of file defaults.h.