Skip to content

Commit 2045d3b

Browse files
committed
Support auth argument for use in non-graph requests
1 parent d125c27 commit 2045d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msgraph/core/_graph_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def prepare_request(self, method, url, **kwargs):
150150
data=kwargs.get('data'),
151151
json=kwargs.get('json'),
152152
params=kwargs.get('params'),
153+
auth=kwargs.get('auth'),
153154
cookies=kwargs.get('cookies'),
154155
hooks=kwargs.get('hooks'),
155156
)

0 commit comments

Comments
 (0)