|
10Duke Enterprise C++ Client
|
#include <JWTValidationException.h>
Thrown when JWT-validation failed (e.g.
signature invalid).
Public Member Functions | |
| JWTValidationException (const int code, const std::string &message) | |
| Constructs new instance. | |
Public Member Functions inherited from tenduke::jwt::JWTParsingException | |
| JWTParsingException (const int code, const std::string &message) | |
| Constructs new instance. | |
| int | getCode () const |
| Returns the error code. | |
Public Member Functions inherited from tenduke::TendukeException | |
| TendukeException (const std::string &message) | |
| Constructs new instance. | |
|
inline |
Constructs new instance.
| code | - |
| message | - |