@slack/web-api / OauthV2AccessResponse
Type Alias: OauthV2AccessResponse
type OauthV2AccessResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/OauthV2AccessResponse.ts:11
Type Declaration
access_token?
optional access_token?: string;
app_id?
optional app_id?: string;
authed_user?
optional authed_user?: AuthedUser;
bot_user_id?
optional bot_user_id?: string;
enterprise?
optional enterprise?: Enterprise;
error?
optional error?: string;
expires_in?
optional expires_in?: number;
incoming_webhook?
optional incoming_webhook?: IncomingWebhook;
is_enterprise_install?
optional is_enterprise_install?: boolean;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
provided?
optional provided?: string;
refresh_token?
optional refresh_token?: string;
scope?
optional scope?: string;
team?
optional team?: Enterprise;
token_type?
optional token_type?: string;
warning?
optional warning?: string;