Represents a JSON value that can hold any JSON type.
Definition value.h:24
std::string toString() const
Converts the value to its JSON string representation.
Definition value.h:208
Classes, constants and functions to work with JWT.
All classes, functions and constants are here.
Definition error.h:6
Algorithm
JWT signature algorithms.
Definition jwt.h:32
std::string algToString(Algorithm alg) noexcept
Converts algorithm code into a string representation.
std::ostream & operator<<(std::ostream &stream, const Algorithm &alg)
Puts algorithm name to a stream.
Definition ios.h:20