10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JWTValidationException.h
1
#ifndef TENDUKE_JWT_JWTVALIDATIONEXCEPTION_H
2
#define TENDUKE_JWT_JWTVALIDATIONEXCEPTION_H
3
4
#include "./JWTParsingException.h"
5
#include <string>
6
7
namespace
tenduke
{
namespace
jwt
{
8
9
13
class
JWTValidationException
:
public
JWTParsingException
14
{
15
public
:
21
JWTValidationException
(
const
int
code,
const
std::string &message)
22
:
JWTParsingException
(code, message)
23
{}
24
25
};
26
27
}}
28
29
#endif
// TENDUKE_JWT_JWTVALIDATIONEXCEPTION_H
tenduke::jwt::JWTParsingException::JWTParsingException
JWTParsingException(const int code, const std::string &message)
Constructs new instance.
Definition
JWTParsingException.h:22
tenduke::jwt::JWTValidationException::JWTValidationException
JWTValidationException(const int code, const std::string &message)
Constructs new instance.
Definition
JWTValidationException.h:21
tenduke::jwt
Support for JSON Web Tokens.
Definition
DefaultJWTParser.h:11
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
jwt
JWTValidationException.h
Generated by
1.17.0