qb
2.0.0.0
C++17 Actor Framework
Issue
Watch
Star
Fork
Follow @isndev
Loading...
Searching...
No Matches
qb::jwt::TokenParts Struct Reference
QB Actor Framework
»
IO System
»
Cryptographic Utilities
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.
qb
jwt
TokenParts
Generated by
1.14.0