JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
This is the complete list of members for jwt::header< json_traits >, including all inherited members.
basic_claim_t typedef (defined in jwt::header< json_traits >) | jwt::header< json_traits > | |
get_algorithm() const | jwt::header< json_traits > | inline |
get_content_type() const | jwt::header< json_traits > | inline |
get_header_claim(const typename json_traits::string_type &name) const | jwt::header< json_traits > | inline |
get_key_id() const | jwt::header< json_traits > | inline |
get_type() const | jwt::header< json_traits > | inline |
has_algorithm() const noexcept | jwt::header< json_traits > | inline |
has_content_type() const noexcept | jwt::header< json_traits > | inline |
has_header_claim(const typename json_traits::string_type &name) const noexcept | jwt::header< json_traits > | inline |
has_key_id() const noexcept | jwt::header< json_traits > | inline |
has_type() const noexcept | jwt::header< json_traits > | inline |
header_claims (defined in jwt::header< json_traits >) | jwt::header< json_traits > | protected |