Skip to content

Commit 40f3c84

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/oauth2cli/oauth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class Client(BaseClient): # We choose to implement all 4 grants in 1 class
305305
grant_assertion_encoders = {GRANT_TYPE_SAML2: BaseClient.encode_saml_assertion}
306306

307307

308-
def initiate_device_flow(self, scope=None, claims_challenge=None, **kwargs):
308+
def initiate_device_flow(self, scope=None, *, data=None, **kwargs):
309309
# type: (list, **dict) -> dict
310310
# The naming of this method is following the wording of this specs
311311
# https://tools.ietf.org/html/draft-ietf-oauth-device-flow-12#section-3.1

0 commit comments

Comments
 (0)