Slack.Web.Auth (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

Checks authentication & identity.

Functions

revoke(optional_params \\ %{})

Revokes a token.

API reference

Rate limit: Tier 3: 50+ per minute
Scopes: No scopes required

View on docs.slack.dev ↗

Optional Params

  • test - Setting this parameter to 1 triggers a testing mode where the specified token will not actually be revoked. ex: true

Errors the API can return:

  • not_bearer_token - Incompatible token type provided

See the Common Errors guide for errors returned by every Web API method.

test(optional_params \\ %{})

Checks authentication & identity.

API reference

Rate limit: Special rate limits apply.
Scopes: No scopes required

View on docs.slack.dev ↗

See the Common Errors guide for errors returned by every Web API method.