JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CJWTXX::JWTMain class to work with JWT
 CJWTXX::KeyRepresents signature algorithm Signs tokens and verifies token signatures
 CJWTXX::Value::NullRepresents a JSON null value
 Cstd::runtime_error
 CJWTXX::ErrorBase class for all exceptions in the library
 CJWTXX::JWT::ErrorJWT-specific exception
 CJWTXX::JWT::ParseErrorIndicates problems with JWT structure
 CJWTXX::JWT::ValidationErrorIndicates problems with JWT validation (signature and claims)
 CJWTXX::Key::ErrorKey-specific exception
 CJWTXX::Value::ErrorValue-specific exception
 CJWTXX::ValidationResultRepresents the result of validation. If validation is successfull an object of this class is equivalent to 'true' boolean value. Otherwise it is equivalent ot 'false' and contains an error message
 CJWTXX::ValueRepresents a JSON value that can hold any JSON type