Slack v0.0.12 Slack.Auth

Functions for dealing with access tokens

Summary

Functions

Revoke an access token

Check and identity an access token

Functions

revoke(client, body \\ [])

Revoke an access token.

https://api.slack.com/methods/auth.revoke

Examples

Slack.client(token)
|> Slack.Auth.revoke
test(client, body \\ [])

Check and identity an access token.

https://api.slack.com/methods/auth.test

Examples

Slack.client(token)
|> Slack.Auth.test