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 64a3484 commit 741c6a1Copy full SHA for 741c6a1
scripts/auth_common.py
@@ -5,7 +5,7 @@
5
from msgraph import GraphServiceClient
6
7
8
-async def get_application(graph_client: GraphServiceClient, client_id: Optional[str]) -> Optional[str]:
+async def get_application(graph_client: GraphServiceClient, client_id: str) -> Optional[str]:
9
try:
10
app = await graph_client.applications_with_app_id(client_id).get()
11
if app is None:
0 commit comments