![]() |
MySQL 9.3.0
Source Code Documentation
|
This is the complete list of members for helper::Jwt, including all inherited members.
create(const JwtHolder &holder) | helper::Jwt | static |
create(const std::string &algoritym, Document &payload) | helper::Jwt | static |
Document typedef | helper::Jwt | |
get_header_claim_algorithm() const | helper::Jwt | |
get_header_claim_type() const | helper::Jwt | |
get_payload_claim_custom(const std::string &name) const | helper::Jwt | |
get_payload_claim_names() const | helper::Jwt | |
get_payload_names(const Value &v) | helper::Jwt | privatestatic |
get_token() const | helper::Jwt | inline |
header_ | helper::Jwt | private |
holder_ | helper::Jwt | private |
is_valid() const | helper::Jwt | |
Jwt() | helper::Jwt | inline |
parse(const std::string &token, JwtHolder *out) | helper::Jwt | static |
payload_ | helper::Jwt | private |
sign(const std::string &secret) const | helper::Jwt | |
signature_ | helper::Jwt | private |
valid_ | helper::Jwt | private |
Value typedef | helper::Jwt | |
verify(const std::string &secret) const | helper::Jwt |