10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
JWTParser.h
1
#ifndef TENDUKE_JWT_JWTPARSER_H
2
#define TENDUKE_JWT_JWTPARSER_H
3
4
#include "./JWT.h"
5
6
#include <string>
7
8
namespace
tenduke
{
namespace
jwt
{
9
10
14
class
JWTParser
15
{
16
public
:
17
virtual
~JWTParser
() =
default
;
18
27
virtual
JWT
from
(
const
std::string &value)
const
= 0;
28
};
29
30
31
}}
32
33
#endif
// TENDUKE_JWT_JWTPARSER_H
tenduke::jwt::JWTParser
Parses JWT.
Definition
JWTParser.h:15
tenduke::jwt::JWTParser::from
virtual JWT from(const std::string &value) const =0
Parses tenduke::jwt::JWT from given string.
tenduke::jwt::JWT
Very simple JWT implementation.
Definition
JWT.h:32
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
JWTParser.h
Generated by
1.17.0