Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Nov 9, 2023
1 parent bcff60f commit 1666d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,8 @@ def __init__(self, client_id, client_credential=None, **kwargs):
:param boolean enable_broker_on_windows:
This setting is only effective if your app is running on Windows 10+.
This parameter defaults to None, which means MSAL will not utilize a broker.
New in MSAL Python 1.25.0.
"""
if client_credential is not None:
raise ValueError("Public Client should not possess credentials")
Expand Down

0 comments on commit 1666d85

Please sign in to comment.