Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_oauth/src/index.ts>InstallationStore

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

Properties

fetchInstallation: (query: InstallationQuery<boolean>, logger?: Logger) => Promise<Installation<"v1" | "v2", boolean>>

Methods

storeInstallation<AuthVersion extends "v1" | "v2">(installation: Installation<AuthVersion, boolean>, logger?: Logger): void