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 3b59e7b commit 32a4242Copy full SHA for 32a4242
concepts/sdks/create-client.md
@@ -38,6 +38,8 @@ The client ID is the app registration ID that is generated when you [register yo
38
39
:::code language="python" source="./snippets/python/src/snippets/create_clients.py" id="DeviceCodeSnippet":::
40
41
+Import `DeviceDodeCredential` from `azure.identity`, and import `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
42
+
43
# [TypeScript](#tab/typescript)
44
45
:::code language="typescript" source="./snippets/typescript/src/snippets/createClients.ts" id="DeviceCodeSnippet":::
0 commit comments