10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::jwt::JWTValidationException Class Reference

#include <JWTValidationException.h>

Detailed Description

Thrown when JWT-validation failed (e.g.

signature invalid).

Inheritance diagram for tenduke::jwt::JWTValidationException:
tenduke::jwt::JWTParsingException tenduke::TendukeException

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.
 

Constructor & Destructor Documentation

◆ JWTValidationException()

tenduke::jwt::JWTValidationException::JWTValidationException ( const int  code,
const std::string &  message 
)
inline

Constructs new instance.

Parameters
code-
message-

The documentation for this class was generated from the following file: