Class ImmatureSignatureError
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public jwt::VerificationError
(Class VerificationError)
Class Documentation
-
class ImmatureSignatureError : public jwt::VerificationError
Derived from VerificationError. Thrown when the token is decoded at a time before as specified in the
nbf
claim.Public Functions
-
inline ImmatureSignatureError(std::string msg)
-
inline ImmatureSignatureError(std::string msg)