Skip to content

Commit 1d9a426

Browse files
committed
Add more docs
1 parent 943c75e commit 1d9a426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msal/application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,8 @@ def __init__(self, client_id, client_credential=None, **kwargs):
17711771
:param boolean enable_broker_on_windows:
17721772
This setting is only effective if your app is running on Windows 10+.
17731773
This parameter defaults to None, which means MSAL will not utilize a broker.
1774+
1775+
New in MSAL Python 1.25.0.
17741776
"""
17751777
if client_credential is not None:
17761778
raise ValueError("Public Client should not possess credentials")

0 commit comments

Comments
 (0)