JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
#include <jwt.h>
Public Member Functions | |
void | operator() (const verify_context< json_traits > &ctx, std::error_code &ec) const |
Public Attributes | |
const basic_claim< json_traits >::set_t | expected |
Checks if the given set is a subset of the set inside the token. If the token value is a string it is treated as a set with a single element. The comparison is case sensitive.