Skip to contents

Revokes a token.

Usage

slack_auth_revoke(test, token = Sys.getenv("SLACK_TOKEN"))

Arguments

test

Setting this parameter to 1 triggers a testing mode where the specified token will not actually be revoked.

token

(character) A bearer token provided by Slack. A later enhancement will add the ability to generate this token. Slack token are long-lasting, and should be carefully guarded.

Value

BKTODO: Return descriptions are not yet implemented in beekeeper