summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-11-01 15:05:30 +0200
committerGitHub <noreply@github.com>2018-11-01 15:05:30 +0200
commit7961c4367dda9d604cacb4cba235f9370195d414 (patch)
tree3bde1789970053efaec4210ed320a7734e4bc801
parent49091c97f765c20a645fa450a3fc824267e45613 (diff)
parent15e4f63504c93de7659e26336e95cff61859af11 (diff)
downloadoauthlib-7961c4367dda9d604cacb4cba235f9370195d414.tar.gz
Merge branch 'master' into oauth-metadata
-rw-r--r--oauthlib/oauth2/rfc6749/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/errors.py b/oauthlib/oauth2/rfc6749/errors.py
index 8c8bda3..7ead3d4 100644
--- a/oauthlib/oauth2/rfc6749/errors.py
+++ b/oauthlib/oauth2/rfc6749/errors.py
@@ -224,7 +224,7 @@ class TemporarilyUnavailableError(OAuth2Error):
error = 'temporarily_unavailable'
-class InvalidClientError(OAuth2Error):
+class InvalidClientError(FatalClientError):
"""
Client authentication failed (e.g. unknown client, no client
authentication included, or unsupported authentication method).