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