CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
http::JwtVerifier::Token Struct Reference

#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
 

Member Data Documentation

◆ header

nlohmann::json http::JwtVerifier::Token::header

◆ header_typed

JwtHeader http::JwtVerifier::Token::header_typed

◆ payload

nlohmann::json http::JwtVerifier::Token::payload

◆ payload_typed

JwtPayload http::JwtVerifier::Token::payload_typed

◆ signature

std::vector<uint8_t> http::JwtVerifier::Token::signature

◆ signed_content

std::string_view http::JwtVerifier::Token::signed_content

The documentation for this struct was generated from the following file: