summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-17 23:55:58 +0200
committerGitHub <noreply@github.com>2018-08-17 23:55:58 +0200
commitf319f41be7fd9a99eaeb9405a1c18489349efff7 (patch)
tree480322a2fac9b0bbd2b5e734d7552488cb3e9e51
parentff40476151e46f162459bca9270984135ca5ef3b (diff)
parent4df5872cceb6e98adf9122ad400972b82e79304f (diff)
downloadoauthlib-community_rules.tar.gz
Merge branch 'master' into community_rulescommunity_rules
-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