Module: Slack::Endpoint::Auth
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/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.
14 15 16 |
# File 'lib/slack/endpoint/auth.rb', line 14 def auth_revoke(={}) post("auth.revoke", ) end |
#auth_test(options = {}) ⇒ Object
Checks authentication & identity.
24 25 26 |
# File 'lib/slack/endpoint/auth.rb', line 24 def auth_test(={}) post("auth.test", ) end |