File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2050,15 +2050,14 @@ def acquire_token_interactive(
20502050 - If your app is a GUI app running on modern Windows system,
20512051 you are required to also provide its window handle,
20522052 so that the sign-in window will pop up on top of your window.
2053- - If your app is a console app runnong on Windows system,
2053+ - If your app is a console app running on Windows system,
20542054 you can use a placeholder
20552055 ``PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
20562056 - If your app is running on Mac,
20572057 you can use a placeholder
20582058 ``PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
20592059
2060- If your app is a console app (most Python scripts are console apps),
2061- you can use a placeholder value ``msal.PublicClientApplication.CONSOLE_WINDOW_HANDLE``.
2060+ Most Python scripts are console apps.
20622061
20632062 New in version 1.20.0.
20642063
You can’t perform that action at this time.
0 commit comments