microsoft/botbuilder-python

Missing parameter in exchange_token() call

Closed this issue · 0 comments

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.

return await user_token_client.exchange_token(
user_id,
channel_id,
token_exchange_request,
)