Class InvalidSubjectError

Inheritance Relationships

Base Type

Class Documentation

class InvalidSubjectError : public jwt::VerificationError

Derived from VerificationError. Thrown when the subject claim does not match with the one provided as part of decode argument.

Public Functions

inline InvalidSubjectError(std::string msg)