botbuilder-python
botbuilder-python copied to clipboard
Missing parameter in exchange_token() call
Version
4.16.2
Describe the bug
_UserTokenClientImpl#exchange_token requires the connection name as a parameter. It doesn't get passed here which causes an exception.
https://github.com/microsoft/botbuilder-python/blob/1617885d2e710af888cc37b97ae61c53306e4355/libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py#L105-L109