We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OAuth2BadCredentialsError
1 parent fe43361 commit d022184Copy full SHA for d022184
src/fastapi_oauth2/exceptions.py
@@ -9,9 +9,5 @@ class OAuth2AuthenticationError(OAuth2Error):
9
"""Raised when authentication fails."""
10
11
12
-class OAuth2BadCredentialsError(OAuth2Error):
13
- """Raised when credentials are invalid."""
14
-
15
16
class OAuth2InvalidRequestError(OAuth2Error):
17
"""Raised when request is invalid."""
0 commit comments