MCPcopy Create free account
hub / github.com/mpdavis/python-jose / JWEInvalidAuth

Class JWEInvalidAuth

jose/exceptions.py:45–51  ·  view source on GitHub ↗

The authentication tag did not match the protected sections of the JWE string provided

Source from the content-addressed store, hash-verified

43
44
45class JWEInvalidAuth(JWEError):
46 """
47 The authentication tag did not match the protected sections of the
48 JWE string provided
49 """
50
51 pass
52
53
54class JWEAlgorithmUnsupportedError(JWEError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…