Skip to main content

AuthorizeSourceData<IsEnterpriseInstall>

Defined in: src/App.ts:169

Authorization function inputs - authenticated data about an event for the authorization function

Type Parameters

IsEnterpriseInstall

IsEnterpriseInstall extends boolean = false

Properties

conversationId?

optional conversationId?: string;

Defined in: src/App.ts:173


enterpriseId

enterpriseId: IsEnterpriseInstall extends true ? string : string | undefined;

Defined in: src/App.ts:171


isEnterpriseInstall

isEnterpriseInstall: IsEnterpriseInstall;

Defined in: src/App.ts:174


teamId

teamId: IsEnterpriseInstall extends true ? string | undefined : string;

Defined in: src/App.ts:170


userId?

optional userId?: string;

Defined in: src/App.ts:172