We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c3e00 commit 59db80dCopy full SHA for 59db80d
1 file changed
O365/connection.py
@@ -880,7 +880,9 @@ def refresh_token(self) -> bool:
880
username=self.username, remove_reserved=True
881
)
882
883
+ # call the refresh!
884
if self.auth_flow_type == "credentials":
885
+ # in this case we don't have an account to work with...
886
result = self.msal_client.acquire_token_for_client(scopes=scopes)
887
else:
888
# call the refresh!
0 commit comments