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 | |
insensitive_string_claim (const typename json_traits::string_type &e, std::locale loc) | |
void | operator() (const verify_context< json_traits > &ctx, std::error_code &ec) const |
Static Public Member Functions | |
static std::string | to_lower_unicode (const std::string &str, const std::locale &loc) |
Public Attributes | |
const json_traits::string_type | expected |
std::locale | locale |
Checks if the claim is a string and does an case insensitive comparison.