qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::jwt::TokenParts Struct Reference

JWT token parts. More...

#include <crypto_jwt.h>

Public Attributes

std::string header
 The decoded header part of the JWT (JSON string).
std::string payload
 The decoded payload part of the JWT (JSON string).
std::string signature
 The signature part of the JWT (Base64URL encoded).

Detailed Description

JWT token parts.