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 be070d1 commit c0c20a0Copy full SHA for c0c20a0
packages/apps/src/microsoft/teams/apps/token_manager.py
@@ -17,7 +17,7 @@
17
)
18
from microsoft.teams.api.auth.credentials import ManagedIdentityCredentials, TokenCredentials
19
from microsoft.teams.common import ConsoleLogger
20
-from msal import ( # pyright: ignore[reportMissingTypeStubs]
+from msal import (
21
ConfidentialClientApplication,
22
ManagedIdentityClient,
23
UserAssignedManagedIdentity,
0 commit comments