JWTXX
C++ library for JWT
Loading...
Searching...
No Matches
JWTXX::JWT Member List

This is the complete list of members for JWTXX::JWT, including all inherited members.

alg() const noexceptJWTXX::JWTinline
claim(const std::string &name) const noexceptJWTXX::JWT
claims() const noexceptJWTXX::JWTinline
header() const noexceptJWTXX::JWTinline
JWT(const std::string &token, Key key, Validators validators={Validate::exp()})JWTXX::JWT
JWT(Algorithm alg, Value::Object claims, Value::Object header=Value::Object{}) noexceptJWTXX::JWT
parse(const std::string &token)JWTXX::JWTstatic
token(const std::string &keyData, const Key::PasswordCallback &cb=Key::noPasswordCallback) constJWTXX::JWT
token(const Key &key) constJWTXX::JWT
verify(const std::string &token, Key key, Validators validators={Validate::exp()}) noexceptJWTXX::JWTstatic