module Slack::Web::Api::Endpoints::OpenidConnect
def openid_connect_token(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/openid.connect/openid.connect.token.json -
See: https://api.slack.com/methods/openid.connect.token -
Options Hash:
(**options)
-
:refresh_token
(string
) -- -
:redirect_uri
(string
) -- -
:grant_type
(enum
) -- -
:code
(string
) -- -
:client_secret
(string
) -- -
:client_id
(string
) --
def openid_connect_token(options = {}) post('openid.connect.token', options) end
def openid_connect_userInfo(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/openid.connect/openid.connect.userInfo.json -
See: https://api.slack.com/methods/openid.connect.userInfo -
def openid_connect_userInfo(options = {}) post('openid.connect.userInfo', options) end