JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
jwt::verify_ops::is_subset_claim< json_traits, in_header > Struct Template Reference

#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
 

Detailed Description

template<typename json_traits, bool in_header = false>
struct jwt::verify_ops::is_subset_claim< json_traits, in_header >

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.


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