MCPcopy Index your code
hub / github.com/authlib/authlib / BadSignatureError

Class BadSignatureError

authlib/jose/errors.py:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class BadSignatureError(JoseError):
21 error = "bad_signature"
22
23 def __init__(self, result):
24 super().__init__()
25 self.result = result
26
27
28class InvalidHeaderParameterNameError(JoseError):

Callers 2

deserialize_compactMethod · 0.90
deserialize_jsonMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…