CCF
|
#include <http_jwt.h>
Public Attributes | |
nlohmann::json | header |
JwtHeader | header_typed |
nlohmann::json | payload |
JwtPayload | payload_typed |
std::vector< uint8_t > | signature |
std::string_view | signed_content |
nlohmann::json http::JwtVerifier::Token::header |
JwtHeader http::JwtVerifier::Token::header_typed |
nlohmann::json http::JwtVerifier::Token::payload |
JwtPayload http::JwtVerifier::Token::payload_typed |
std::vector<uint8_t> http::JwtVerifier::Token::signature |
std::string_view http::JwtVerifier::Token::signed_content |