Skip to content

Commit 0b392bb

Browse files
committed
Merge remote-tracking branch 'oauth2cli/dev' into sync-oauth2cli
2 parents 776d71c + 9492022 commit 0b392bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/oauth2cli/oauth2.py

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

0 commit comments

Comments
 (0)