10Duke Scale C++ Client
|
#include <JWTParser.h>
Parses JWT.
Public Member Functions | |
virtual JWT | from (const std::string &value) const =0 |
Parses tenduke::jwt::JWT from given string. | |
|
pure virtual |
Parses tenduke::jwt::JWT from given string.
tenduke::jwt::JWTValidationException | if validation of the JWT signature fails |
tenduke::jwt::JWTParsingException | (possibly some subclass) if parsing fails. |
std::nested_exception | if there is nested cause. Following nested causes are known:
|
Implemented in tenduke::jwt::DefaultJWTParser.