You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oauth.v2.exchange method doesn't have any documentation or sample responses, making it difficult to reason through how it may behave differently or respond differently when exchanging bot tokens vs when exchanging user tokens. User tokens are often returned differently from Slack's API, usually nested within an authed_user object. Is it the same for oauth.v2.exchange? We have no way of knowing without testing it ourselves, which is difficult because tokens can only be exchanged once
The text was updated successfully, but these errors were encountered:
The ref is just a scraper from Slack documentation to create machine-readable API references used in places like slack-ruby-client, so you're probably asking in the wrong place. Contact slack?
The
oauth.v2.exchange
method doesn't have any documentation or sample responses, making it difficult to reason through how it may behave differently or respond differently when exchanging bot tokens vs when exchanging user tokens. User tokens are often returned differently from Slack's API, usually nested within anauthed_user
object. Is it the same foroauth.v2.exchange
? We have no way of knowing without testing it ourselves, which is difficult because tokens can only be exchanged onceThe text was updated successfully, but these errors were encountered: