Class InvalidIssuerError

Inheritance Relationships

Base Type

Class Documentation

class InvalidIssuerError : public jwt::VerificationError

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

Public Functions

inline InvalidIssuerError(std::string msg)