mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-12 19:30:53 +08:00
[Authlib] Update to 1.6.4 (#14736)
This commit is contained in:
@@ -22,6 +22,10 @@ class InvalidHeaderParameterNameError(JoseError):
|
||||
error: str
|
||||
def __init__(self, name) -> None: ...
|
||||
|
||||
class InvalidCritHeaderParameterNameError(JoseError):
|
||||
error: str
|
||||
def __init__(self, name: str) -> None: ...
|
||||
|
||||
class InvalidEncryptionAlgorithmForECDH1PUWithKeyWrappingError(JoseError):
|
||||
error: str
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user