diff options
author | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-08-20 00:23:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 00:23:34 +0200 |
commit | 0ac839f5435c267fe3643a6c7754bab4d0231cfd (patch) | |
tree | 664e3ef5384a75a9290bd16ad25a58afd19fa6da /oauthlib | |
parent | d6a1281ef1ade14f48bb31976de9319bdb95e846 (diff) | |
parent | ef0a2dda25da9f340223ee51dfd823a1ec8f1f1d (diff) | |
download | oauthlib-0ac839f5435c267fe3643a6c7754bab4d0231cfd.tar.gz |
Merge branch 'master' into 445_confirm_redirect445_confirm_redirect
Diffstat (limited to 'oauthlib')
-rw-r--r-- | oauthlib/oauth2/rfc6749/request_validator.py | 1 |
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 |