module Slack::Web::Api::Endpoints::Auth
def auth_test(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/auth/auth.test.json -
See: https://api.slack.com/methods/auth.test -
def auth_test(options = {}) post('auth.test', options) end