Class KeyNotPresentError

Inheritance Relationships

Base Type

Class Documentation

class KeyNotPresentError : public jwt::DecodeError

A derived decode error for Key argument not present error. Only thrown if the algorithm set is not NONE.

Public Functions

inline KeyNotPresentError(std::string msg)