Skip to main content

@slack/web-api / AuthTestResponse

Type Alias: AuthTestResponse

type AuthTestResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AuthTestResponse.ts:11

Type Declaration​

app_id?​

optional app_id?: string;

app_name?​

optional app_name?: string;

bot_id?​

optional bot_id?: string;

enterprise_id?​

optional enterprise_id?: string;

error?​

optional error?: string;

expires_in?​

optional expires_in?: number;

is_enterprise_install?​

optional is_enterprise_install?: boolean;

needed?​

optional needed?: string;

ok?​

optional ok?: boolean;

provided?​

optional provided?: string;

team?​

optional team?: string;

team_id?​

optional team_id?: string;

url?​

optional url?: string;

user?​

optional user?: string;

user_id?​

optional user_id?: string;

warning?​

optional warning?: string;