This commit is contained in:
Rachid Mrad 2023-12-12 19:31:36 -05:00
parent 18e215dd08
commit 7c5eb79f0a
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -214,7 +214,6 @@ class Client(oic.Client):
raise o_e.AuthenticationFailed(locator=state) raise o_e.AuthenticationFailed(locator=state)
logger.debug("user info: %s" % info_response) logger.debug("user info: %s" % info_response)
return info_response.to_dict() return info_response.to_dict()
def _request_token(self, state, code, session): def _request_token(self, state, code, session):