Class InvalidSignatureError

Inheritance Relationships

Base Type

Class Documentation

class InvalidSignatureError : public jwt::VerificationError

Derived from VerificationError. Thrown when the signature does not match in the verification process.

Public Functions

inline InvalidSignatureError(std::string msg)