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

Public Instance Methods

auth_test(options = {}) click to toggle source

This method checks authentication and tells you who you are.

@see api.slack.com/methods/auth.test @see github.com/dblock/slack-api-ref/blob/master/methods/auth.test.json

# File lib/slack/web/api/endpoints/auth.rb, line 13
def auth_test(options = {})
  post('auth.test', options)
end