microsoft-agents-authentication-msal 0.6.0.dev4__tar.gz → 0.6.0.dev8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/PKG-INFO +2 -2
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents/authentication/msal/msal_auth.py +1 -1
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents_authentication_msal.egg-info/PKG-INFO +2 -2
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents_authentication_msal.egg-info/requires.txt +1 -1
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/LICENSE +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents/authentication/msal/__init__.py +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents/authentication/msal/msal_connection_manager.py +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents_authentication_msal.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents_authentication_msal.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/microsoft_agents_authentication_msal.egg-info/top_level.txt +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/pyproject.toml +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/readme.md +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/setup.cfg +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev4 → microsoft_agents_authentication_msal-0.6.0.dev8}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-authentication-msal
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev8
|
|
4
4
|
Summary: A msal-based authentication library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev8
|
|
19
19
|
Requires-Dist: msal>=1.31.1
|
|
20
20
|
Requires-Dist: requests>=2.32.3
|
|
21
21
|
Requires-Dist: cryptography>=44.0.0
|
|
@@ -48,7 +48,7 @@ class MsalAuth(AccessTokenProviderBase):
|
|
|
48
48
|
|
|
49
49
|
:param msal_configuration: The MSAL authentication configuration. Assumed to
|
|
50
50
|
not be mutated after being passed in.
|
|
51
|
-
:type msal_configuration: AgentAuthConfiguration
|
|
51
|
+
:type msal_configuration: :class:`microsoft_agents.hosting.core.authorization.agent_auth_configuration.AgentAuthConfiguration`
|
|
52
52
|
"""
|
|
53
53
|
|
|
54
54
|
self._msal_configuration = msal_configuration
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-authentication-msal
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev8
|
|
4
4
|
Summary: A msal-based authentication library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev8
|
|
19
19
|
Requires-Dist: msal>=1.31.1
|
|
20
20
|
Requires-Dist: requests>=2.32.3
|
|
21
21
|
Requires-Dist: cryptography>=44.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|