module Slack::Web::Api::Endpoints::OauthV2
def oauth_v2_access(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/oauth.v2/oauth.v2.access.json -
See: https://api.slack.com/methods/oauth.v2.access -
Options Hash:
(**options)
-
:refresh_token
(string
) -- -
:redirect_uri
(string
) -- -
:grant_type
(string
) -- -
:code
(string
) -- -
:client_secret
(string
) -- -
:client_id
(string
) --
def oauth_v2_access(options = {}) post('oauth.v2.access', options) end