Skip to content

Missing parameter in exchange_token() call #2176

@Tolsto

Description

@Tolsto

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,
)

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or an unintended behavior.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions