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

x/deno_slack_sdk/providers/oauth2/types.ts>OAuth2ProviderDefinitionArgs

SDK for building Run on Slack apps using Deno
Go to Latest
type alias OAuth2ProviderDefinitionArgs
import { type OAuth2ProviderDefinitionArgs } from "https://deno.land/x/deno_slack_sdk@1.4.4/providers/oauth2/types.ts";
definition: { provider_key: string; provider_type: OAuth2ProviderTypeValues; options: OAuth2ProviderOptions; }