Slack v0.0.12 Slack.OAuth
Functions for handling OAuth code/token exchange
Summary
Functions
Exchange an OAuth code for a Slack API access token
Functions
Specs
access(Keyword.t) :: Slack.response
Exchange an OAuth code for a Slack API access token.
https://api.slack.com/methods/oauth.access
Examples
Slack.OAuth.access(
client_id: "client_id", client_secret: "client_secret", code: "code")