Skip to content

Commit a897af4

Browse files
committed
Bugfix: Should remove undesirable param to make it passthrough
1 parent 0d4b8c2 commit a897af4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oauth2cli/oauth2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ def obtain_token_by_refresh_token(self, token_item, scope=None,
768768
rt_getter=lambda token_item: token_item["refresh_token"],
769769
on_removing_rt=None,
770770
on_updating_rt=None,
771-
on_obtaining_tokens=None,
772771
**kwargs):
773772
# type: (Union[str, dict], Union[str, list, set, tuple], Callable) -> dict
774773
"""This is an overload which will trigger token storage callbacks.

0 commit comments

Comments
 (0)