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

x/slack_oauth/mod.ts>InstallURLOptions

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

Properties

scopes: string | string[]
optional
teamId: string
optional
redirectUri: string
optional
userScopes: string | string[]
optional
metadata: string