We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4b8c2 commit a897af4Copy full SHA for a897af4
1 file changed
oauth2cli/oauth2.py
@@ -768,7 +768,6 @@ def obtain_token_by_refresh_token(self, token_item, scope=None,
768
rt_getter=lambda token_item: token_item["refresh_token"],
769
on_removing_rt=None,
770
on_updating_rt=None,
771
- on_obtaining_tokens=None,
772
**kwargs):
773
# type: (Union[str, dict], Union[str, list, set, tuple], Callable) -> dict
774
"""This is an overload which will trigger token storage callbacks.
0 commit comments