Module: Slack::Web::Api::Endpoints::OauthV2User
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/oauth_v2_user.rb
Instance Method Summary collapse
-
#oauth_v2_user_access(options = {}) ⇒ Object
Exchanges a temporary OAuth verifier code for a user access token.
Instance Method Details
#oauth_v2_user_access(options = {}) ⇒ Object
Exchanges a temporary OAuth verifier code for a user access token.
30 31 32 |
# File 'lib/slack/web/api/endpoints/oauth_v2_user.rb', line 30 def oauth_v2_user_access( = {}) post('oauth.v2.user.access', ) end |