MCPcopy
hub / github.com/authlib/authlib / InvalidHeaderParameterNameError

Class InvalidHeaderParameterNameError

authlib/jose/errors.py:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class InvalidHeaderParameterNameError(JoseError):
29 error = "invalid_header_parameter_name"
30
31 def __init__(self, name):
32 description = f"Invalid Header Parameter Name: {name}"
33 super().__init__(description=description)
34
35
36class InvalidCritHeaderParameterNameError(JoseError):

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…