Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_oauth/mod.ts>InstallProviderOptions

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
interface InstallProviderOptions
import { type InstallProviderOptions } from "https://deno.land/x/slack_oauth@3.0.2/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