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

x/slack_oauth/deps.ts>WebClientOptions

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
interface WebClientOptions
import { type WebClientOptions } from "https://deno.land/x/slack_oauth@3.0.2/deps.ts";

Properties

optional
slackApiUrl: string
optional
logger: Logger
optional
logLevel: LogLevel
optional
maxRequestConcurrency: number
optional
retryConfig: RetryOptions
optional
rejectRateLimitedCalls: boolean
optional
headers: Record<string, unknown>
optional
teamId: string