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

x/slack_oauth/mod.ts>InstallProvider#generateInstallUrl

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

Returns a URL that is suitable for including in an Add to Slack button Uses stateStore to generate a value for the state query param.

Returns

Promise<string>