Class InvalidAlgorithmError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public jwt::VerificationError
(Class VerificationError)
Class Documentation
-
class InvalidAlgorithmError : public jwt::VerificationError
Derived from VerificationError. Thrown when the algorithm decoded in the header is incorrect.
Public Functions
-
inline InvalidAlgorithmError(std::string msg)
-
inline InvalidAlgorithmError(std::string msg)