|
JWTXX
C++ library for JWT
|
| ▼NJWTXX | All classes, functions and constants are here |
| CError | Base class for all exceptions in the library |
| ▼CJWT | Main class to work with JWT |
| CError | JWT-specific exception |
| CParseError | Indicates problems with JWT structure |
| CValidationError | Indicates problems with JWT validation (signature and claims) |
| ▼CKey | Represents signature algorithm Signs tokens and verifies token signatures |
| CError | Key-specific exception |
| CValidationResult | Represents 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 |
| ▼CValue | Represents a JSON value that can hold any JSON type |
| CError | Value-specific exception |
| CNull | Represents a JSON null value |