MCPcopy
hub / github.com/authlib/authlib / InvalidCritHeaderParameterNameError

Class InvalidCritHeaderParameterNameError

authlib/jose/errors.py:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class InvalidCritHeaderParameterNameError(JoseError):
37 error = "invalid_crit_header_parameter_name"
38
39 def __init__(self, name):
40 description = f"Invalid Header Parameter Name: {name}"
41 super().__init__(description=description)
42
43
44class InvalidEncryptionAlgorithmForECDH1PUWithKeyWrappingError(JoseError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…