Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing parameter in exchange_token() call #2176

Open
Tolsto opened this issue Oct 10, 2024 · 0 comments
Open

Missing parameter in exchange_token() call #2176

Tolsto opened this issue Oct 10, 2024 · 0 comments
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@Tolsto
Copy link

Tolsto commented Oct 10, 2024

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

@Tolsto Tolsto added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

No branches or pull requests

1 participant