summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-17 23:55:26 +0200
committerGitHub <noreply@github.com>2018-08-17 23:55:26 +0200
commit4df5872cceb6e98adf9122ad400972b82e79304f (patch)
treece907da6b795a9032210a7377a84e7f81afdf6a2
parent21e463712e5de5f2f4866e01d65f8edb8e86994c (diff)
parent97debbc56083950ff1940de43d7fa89c5ed1abbd (diff)
downloadoauthlib-4df5872cceb6e98adf9122ad400972b82e79304f.tar.gz
Merge pull request #574 from oauthlib/234-fixdoc
client_id is not passed to save_bearer_token
-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