Goby3
3.1.5a
2024.05.23
|
#include <goby/util/thirdparty/jwt-cpp/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 traited as a set of a single element. The comparison is case sensitive.
|
inline |
const basic_claim<json_traits>::set_t jwt::verify_ops::is_subset_claim< json_traits, in_header >::expected |