Module: Slack::Web::Api::Endpoints::Auth

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/auth.rb

Instance Method Summary collapse

Instance Method Details

#auth_test(options = {}) ⇒ Object

This method checks authentication and tells you who you are.



13
14
15
# File 'lib/slack/web/api/endpoints/auth.rb', line 13

def auth_test(options = {})
  post('auth.test', options)
end