Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion socialite.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Slack's API provides [different types of access tokens](https://api.slack.com/au

</div>

By default, the `slack` driver will generate a `user` token and invoking the the driver's `user` method will return the user's details.
By default, the `slack` driver will generate a `user` token and invoking the driver's `user` method will return the user's details.

Bot tokens are primarily useful if your application will be sending notifications to external Slack workspaces that are owned by your application's users. To generate a bot token, invoke the `asBotUser` method before redirecting the user to Slack for authentication:

Expand Down