Class InvalidIssuerError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public jwt::VerificationError
(Class VerificationError)
Class Documentation
-
class InvalidIssuerError : public jwt::VerificationError
Derived from VerificationError. Thrown when the issuer claim does not match with the one provided as part of decode argument.
Public Functions
-
inline InvalidIssuerError(std::string msg)
-
inline InvalidIssuerError(std::string msg)