Skip to main content

AuthorizeResult

Defined in: src/App.ts:178

Authorization function outputs - data that will be available as part of event processing

Indexable

[key: string]: any

Properties

botId?

optional botId?: string;

Defined in: src/App.ts:182


botToken?

optional botToken?: string;

Defined in: src/App.ts:180


botUserId?

optional botUserId?: string;

Defined in: src/App.ts:183


enterpriseId?

optional enterpriseId?: string;

Defined in: src/App.ts:186


teamId?

optional teamId?: string;

Defined in: src/App.ts:185


userId?

optional userId?: string;

Defined in: src/App.ts:184


userToken?

optional userToken?: string;

Defined in: src/App.ts:181