We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f109ec + f7514f3 commit e735263Copy full SHA for e735263
msal/application.py
@@ -1080,8 +1080,7 @@ def acquire_token_interactive(
1080
1081
:return:
1082
- A dict containing no "error" key,
1083
- and typically contains an "access_token" key,
1084
- if cache lookup succeeded.
+ and typically contains an "access_token" key.
1085
- A dict containing an "error" key, when token refresh failed.
1086
"""
1087
self._validate_ssh_cert_input_data(kwargs.get("data", {}))
0 commit comments