From 97debbc56083950ff1940de43d7fa89c5ed1abbd Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Thu, 16 Aug 2018 01:29:42 +0200 Subject: client_id is not passed to save_bearer_token --- oauthlib/oauth2/rfc6749/request_validator.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1