Class InvalidAudienceError

Inheritance Relationships

Base Type

Class Documentation

class InvalidAudienceError : public jwt::VerificationError

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

Public Functions

inline InvalidAudienceError(std::string msg)