Skip to content

Commit ece91b8

Browse files
ashok672rayluo
andauthored
Update msal/application.py
Co-authored-by: Ray Luo <[email protected]>
1 parent 5907981 commit ece91b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ def _acquire_token_interactive_via_broker(
23262326
auth_scheme=auth_scheme,
23272327
**data)
23282328

2329-
def initiate_device_flow(self, scopes=None, claims_challenge=None, **kwargs):
2329+
def initiate_device_flow(self, scopes=None, *, claims_challenge=None, **kwargs):
23302330
"""Initiate a Device Flow instance,
23312331
which will be used in :func:`~acquire_token_by_device_flow`.
23322332

0 commit comments

Comments
 (0)