Module: Slack::Endpoint::Auth

Included in:
Slack::Endpoint
Defined in:
lib/slack/endpoint/auth.rb

Instance Method Summary collapse

Instance Method Details

#auth_test(options = {}) ⇒ Object

Checks authentication & identity.



12
13
14
# File 'lib/slack/endpoint/auth.rb', line 12

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