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

Class InvalidAlgorithmForMultipleRecipientsMode

authlib/jose/errors.py:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55class InvalidAlgorithmForMultipleRecipientsMode(JoseError):
56 error = "invalid_algorithm_for_multiple_recipients_mode"
57
58 def __init__(self, alg):
59 description = f"{alg} algorithm cannot be used in multiple recipients mode"
60 super().__init__(description=description)
61
62
63class KeyMismatchError(JoseError):

Callers 1

serialize_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…