summaryrefslogtreecommitdiff
path: root/oauthlib
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-20 00:23:34 +0200
committerGitHub <noreply@github.com>2018-08-20 00:23:34 +0200
commit0ac839f5435c267fe3643a6c7754bab4d0231cfd (patch)
tree664e3ef5384a75a9290bd16ad25a58afd19fa6da /oauthlib
parentd6a1281ef1ade14f48bb31976de9319bdb95e846 (diff)
parentef0a2dda25da9f340223ee51dfd823a1ec8f1f1d (diff)
downloadoauthlib-0ac839f5435c267fe3643a6c7754bab4d0231cfd.tar.gz
Merge branch 'master' into 445_confirm_redirect445_confirm_redirect
Diffstat (limited to 'oauthlib')
-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