|
qb
2.0.0.0
C++17 Actor Framework
|
This is the complete list of members for qb::jwt, including all inherited members.
| Algorithm enum name | qb::jwt | |
| algorithm_from_string(const std::string &algorithm_str) | qb::jwt | static |
| algorithm_to_string(Algorithm algorithm) | qb::jwt | static |
| create(const std::map< std::string, std::string > &payload, const CreateOptions &options) | qb::jwt | static |
| create_token(const std::map< std::string, std::string > &payload, const std::string &issuer, const std::string &subject, const std::string &audience, std::chrono::seconds expires_in, std::chrono::seconds not_before=std::chrono::seconds(0), const std::string &jti="", const CreateOptions &options=CreateOptions()) | qb::jwt | static |
| decode(const std::string &token) | qb::jwt | static |
| ValidationError enum name | qb::jwt | |
| verify(const std::string &token, const VerifyOptions &options) | qb::jwt | static |