Skip to main content
Module

x/slack_bolt/mod.ts>AuthorizeSourceData

TypeScript framework to build Slack apps in a flash with the latest platform features. Deno port of @slack/bolt
Latest
interface AuthorizeSourceData
import { type AuthorizeSourceData } from "https://deno.land/x/slack_bolt@1.0.0/mod.ts";

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

Type Parameters

optional
IsEnterpriseInstall extends boolean = false

Properties

teamId: IsEnterpriseInstall extends true ? string | undefined : string
enterpriseId: IsEnterpriseInstall extends true ? string : string | undefined
optional
userId: string
optional
conversationId: string
isEnterpriseInstall: IsEnterpriseInstall