Module: Slack::Web::Api::Endpoints::ToolingTokens
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/tooling_tokens.rb
Instance Method Summary collapse
-
#tooling_tokens_rotate(options = {}) ⇒ Object
Exchanges a refresh token for a new app configuration token.
Instance Method Details
#tooling_tokens_rotate(options = {}) ⇒ Object
Exchanges a refresh token for a new app configuration token.
16 17 18 19 |
# File 'lib/slack/web/api/endpoints/tooling_tokens.rb', line 16 def tooling_tokens_rotate( = {}) raise ArgumentError, 'Required arguments :refresh_token missing' if [:refresh_token].nil? post('tooling.tokens.rotate', ) end |