Skip to content

Commit

Permalink
Support auth argument for use in non-graph requests
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Jul 16, 2021
1 parent d125c27 commit 2045d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msgraph/core/_graph_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def prepare_request(self, method, url, **kwargs):
data=kwargs.get('data'),
json=kwargs.get('json'),
params=kwargs.get('params'),
auth=kwargs.get('auth'),
cookies=kwargs.get('cookies'),
hooks=kwargs.get('hooks'),
)
Expand Down

0 comments on commit 2045d3b

Please sign in to comment.