Skip to main content
Module

x/slack_bolt/mod.ts>InstallProviderOptions

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

Properties

clientId: string
clientSecret: string
optional
stateStore: StateStore
optional
stateSecret: string
optional
installationStore: InstallationStore
optional
authVersion: "v1" | "v2"
optional
logger: Logger
optional
logLevel: LogLevel
optional
clientOptions: Omit<WebClientOptions, "logLevel" | "logger">
optional
authorizationUrl: string