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

Method InvalidSignatureError

include/jwt/exceptions.hpp:270–273  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

268 /**
269 */
270 InvalidSignatureError(std::string msg)
271 : VerificationError(std::move(msg))
272 {
273 }
274};
275
276class InvalidKeyError final: public VerificationError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected