JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NJWTXXAll classes, functions and constants are here
 CErrorBase class for all exceptions in the library
 CJWTMain class to work with JWT
 CErrorJWT-specific exception
 CParseErrorIndicates problems with JWT structure
 CValidationErrorIndicates problems with JWT validation (signature and claims)
 CKeyRepresents signature algorithm Signs tokens and verifies token signatures
 CErrorKey-specific exception
 CValidationResultRepresents 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
 CValueRepresents a JSON value that can hold any JSON type
 CErrorValue-specific exception
 CNullRepresents a JSON null value