module Slack::Web::Api::Endpoints::Auth

def auth_revoke(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/auth/auth.revoke.json -
    See: https://api.slack.com/methods/auth.revoke -

Options Hash: (**options)
  • :test (boolean) --
def auth_revoke(options = {})
  post('auth.revoke', options)
end

def auth_test(options = {})

Other tags:
    See: https://github.com/slack-ruby/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