Slack v0.0.12 Slack.Auth
Functions for dealing with access tokens
Summary
Functions
Specs
revoke(Slack.Client.t, Keyword.t) :: Slack.response
Revoke an access token.
https://api.slack.com/methods/auth.revoke
Examples
Slack.client(token)
|> Slack.Auth.revoke
Specs
test(Slack.Client.t, Keyword.t) :: Slack.response
Check and identity an access token.
https://api.slack.com/methods/auth.test
Examples
Slack.client(token)
|> Slack.Auth.test