Module: Slack::Web::Api::Endpoints::Oauth
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/oauth.rb
Instance Method Summary collapse
-
#oauth_access(options = {}) ⇒ Object
Exchanges a temporary OAuth verifier code for an access token.
Instance Method Details
#oauth_access(options = {}) ⇒ Object
Exchanges a temporary OAuth verifier code for an access token.
24 25 26 |
# File 'lib/slack/web/api/endpoints/oauth.rb', line 24 def oauth_access( = {}) post('oauth.access', ) end |