We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3432538 commit 05359a8Copy full SHA for 05359a8
msgraph/graph_request_adapter.py
@@ -0,0 +1,8 @@
1
+from kiota_abstractions.authentication import AuthenticationProvider
2
+from msgraph.core import BaseGraphRequestAdapter
3
+
4
5
+class GraphRequestAdapter(BaseGraphRequestAdapter):
6
+ def __init__(self, auth_provider: AuthenticationProvider) -> None:
7
+ super().__init__(auth_provider)
8
0 commit comments