Skip to main content

slack.slackoauth

Home > @runlightyear/slack > SlackOAuth

SlackOAuth class

Connector to the Slack OAuth2 API

Signature:
declare class SlackOAuth extends OAuthConnector 

Extends:

OAuthConnector

Constructors

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the SlackOAuth class

Properties

PropertyModifiersTypeDescription
scopesArray<SlackScope>

Methods

MethodModifiersDescription
getAccessTokenUrl()
getAuthRequestUrlBase()
getAuthRequestUrlParams()
processRequestAccessTokenResponse({ status, statusText, headers, text, })