The authentication tag did not match the protected sections of the JWE string provided
| 43 | |
| 44 | |
| 45 | class 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 | |
| 54 | class JWEAlgorithmUnsupportedError(JWEError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…