@slack/web-api / OAuthAccessArguments
Defined in: src/types/request/oauth.ts:4
OAuthCredentials
client_id: string;Defined in: src/types/request/common.ts:138
Issued when you created your application.
OAuthCredentials.client_idclient_secret: string;Defined in: src/types/request/common.ts:140
Issued when you created your application.
OAuthCredentials.client_secretoptional code: string;Defined in: src/types/request/common.ts:142
The code parameter returned via the OAuth callback.
OAuthCredentials.codeoptional redirect_uri: string;Defined in: src/types/request/common.ts:147
While optional, it is required if your app passed it as a parameter to the OpenID/OAuth flow's first step and must match the originally submitted URI.
OAuthCredentials.redirect_urioptional single_channel: boolean;Defined in: src/types/request/oauth.ts:6
Request the user to add your app only to a single channel. Only valid with a legacy workspace app. Defaults to false.