|
ORE Studio 0.0.4
|
This is the complete list of members for jwt_authenticator, including all inherited members.
| create_hs256(const std::string &secret, const std::string &issuer="", const std::string &audience="") | jwt_authenticator | static |
| create_rs256_signer(const std::string &private_key_pem, const std::string &issuer="", const std::string &audience="") | jwt_authenticator | static |
| create_rs256_verifier(const std::string &public_key_pem, const std::string &issuer="", const std::string &audience="") | jwt_authenticator | static |
| create_token(const jwt_claims &claims) const | jwt_authenticator | |
| get_public_key_pem() const | jwt_authenticator | |
| is_configured() const | jwt_authenticator | |
| validate(const std::string &token) const | jwt_authenticator | |
| validate_allow_expired(const std::string &token) const | jwt_authenticator |