Slack v0.2.1 Slack.Auth View Source

Functions for dealing with access tokens

Link to this section Summary

Functions

Revoke an access token.

Check and identity an access token.

Link to this section Functions

Revoke an access token.

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

Examples

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

Check and identity an access token.

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

Examples

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