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

access(params \\ [])

Specs

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