We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b38e5 commit c990314Copy full SHA for c990314
docs-src/auth.rst
@@ -130,7 +130,7 @@ user access token instead of the top-level access token granted to your applicat
130
131
# Save the bot token to an environmental variable or to your data store
132
# for later use
133
- os.environ["SLACK_USER_TOKEN"] = auth_response['user_access_token']
+ os.environ["SLACK_USER_TOKEN"] = auth_response['access_token']
134
os.environ["SLACK_BOT_TOKEN"] = auth_response['bot']['bot_access_token']
135
136
# Don't forget to let the user know that auth has succeeded!
0 commit comments