MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / InvalidAudienceError

Method InvalidAudienceError

include/jwt/exceptions.hpp:191–194  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

189 /**
190 */
191 InvalidAudienceError(std::string msg)
192 : VerificationError(std::move(msg))
193 {
194 }
195};
196
197/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected