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
-
#auth_revoke(options = {}) ⇒ Object
Revokes a token.
-
#auth_test(options = {}) ⇒ Object
Checks authentication & identity.
Instance Method Details
#auth_revoke(options = {}) ⇒ Object
Revokes a token.
15 16 17 |
# File 'lib/slack/web/api/endpoints/auth.rb', line 15 def auth_revoke( = {}) post('auth.revoke', ) end |
#auth_test(options = {}) ⇒ Object
Checks authentication & identity.
24 25 26 |
# File 'lib/slack/web/api/endpoints/auth.rb', line 24 def auth_test( = {}) post('auth.test', ) end |