Type Alias: OauthAccessResponse
type OauthAccessResponse: WebAPICallResult & object;
Type declaration
access_token?
optional access_token: string;
authorizing_user?
optional authorizing_user: User;
bot?
optional bot: Bot;
enterprise_id?
optional enterprise_id: string;
error?
optional error: string;
incoming_webhook?
optional incoming_webhook: IncomingWebhook;
installer_user?
optional installer_user: User;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
scope?
optional scope: string;
scopes?
optional scopes: Scopes;
team_id?
optional team_id: string;
team_name?
optional team_name: string;
token_type?
optional token_type: string;
user_id?
optional user_id: string;
warning?
optional warning: string;
Defined in
packages/web-api/src/types/response/OauthAccessResponse.ts:11