Goby3  3.1.4
2024.02.22
jwt::verify_ops::equals_claim< json_traits, in_header > Struct Template Reference

#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 > expected
 

Detailed Description

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

This is the default operation and does case sensitive matching

Definition at line 3412 of file jwt.h.

Member Function Documentation

◆ operator()()

template<typename json_traits , bool in_header = false>
void jwt::verify_ops::equals_claim< json_traits, in_header >::operator() ( const verify_context< json_traits > &  ctx,
std::error_code &  ec 
) const
inline

Definition at line 3415 of file jwt.h.

Member Data Documentation

◆ expected

template<typename json_traits , bool in_header = false>
const basic_claim<json_traits> jwt::verify_ops::equals_claim< json_traits, in_header >::expected

Definition at line 3414 of file jwt.h.


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