Class TokenExpiredError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public jwt::VerificationError
(Class VerificationError)
Class Documentation
-
class TokenExpiredError : public jwt::VerificationError
Derived from VerificationError. Thrown when the token is expired at the time of decoding.
Public Functions
-
inline TokenExpiredError(std::string msg)
-
inline TokenExpiredError(std::string msg)