Class TokenExpiredError

Inheritance Relationships

Base Type

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)