8000
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 74f3183 commit ab92accCopy full SHA for ab92acc
libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/__init__.py
@@ -13,6 +13,9 @@
13
from .configuration_service_client_credential_factory import (
14
ConfigurationServiceClientCredentialFactory,
15
)
16
+from .configuration_bot_framework_authentication import (
17
+ ConfigurationBotFrameworkAuthentication,
18
+)
19
20
__all__ = [
21
"aiohttp_channel_service_routes",
@@ -21,4 +24,5 @@
24
"BotFrameworkHttpAdapter",
22
25
"CloudAdapter",
23
26
"ConfigurationServiceClientCredentialFactory",
27
+ "ConfigurationBotFrameworkAuthentication",
28
]
0 commit comments