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

Checks authentication & identity.



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

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