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 f26d4ac commit b15eee8Copy full SHA for b15eee8
user-auth/graphtutorial/graph.py
@@ -2,8 +2,8 @@
2
# Licensed under the MIT License.
3
4
# <UserAuthConfigSnippet>
5
-from azure.identity import DeviceCodeCredential
6
from configparser import SectionProxy
+from azure.identity import DeviceCodeCredential
7
from kiota_authentication_azure.azure_identity_authentication_provider import (
8
AzureIdentityAuthenticationProvider)
9
from msgraph import GraphRequestAdapter, GraphServiceClient
0 commit comments