summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-08-16 01:29:42 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2018-08-16 01:29:42 +0200
commit97debbc56083950ff1940de43d7fa89c5ed1abbd (patch)
treece907da6b795a9032210a7377a84e7f81afdf6a2
parent21e463712e5de5f2f4866e01d65f8edb8e86994c (diff)
downloadoauthlib-234-fixdoc.tar.gz
client_id is not passed to save_bearer_token234-fixdoc
-rw-r--r--oauthlib/oauth2/rfc6749/request_validator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/request_validator.py b/oauthlib/oauth2/rfc6749/request_validator.py
index bf1515d..ff3bbd6 100644
--- a/oauthlib/oauth2/rfc6749/request_validator.py
+++ b/oauthlib/oauth2/rfc6749/request_validator.py
@@ -346,7 +346,6 @@ class RequestValidator(object):
the claims dict, which should be saved for later use when generating the
id_token and/or UserInfo response content.
- :param client_id: Unicode client identifier
:param token: A Bearer token dict
:param request: The HTTP Request (oauthlib.common.Request)
:rtype: The default redirect URI for the client