Module: Slack::Web::Auth

Included in:
Slack::Web
Defined in:
lib/slack/web/auth.rb

Instance Method Summary collapse

Instance Method Details

#auth_test(params = {}) ⇒ Object



4
5
6
7
# File 'lib/slack/web/auth.rb', line 4

def auth_test(params={})
  response = @session.do_get "auth.test", params
  Slack::parse_response(response)
end