Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

SDK for building Run on Slack apps using Deno
Go to Latest
type alias OAuth2ProviderOptions
import { type OAuth2ProviderOptions } from "https://deno.land/x/deno_slack_sdk@2.12.0/providers/oauth2/types.ts";
definition: { client_id: string; scope: string[]; provider_name?: string; authorization_url?: string; token_url?: string; token_url_config?: tokenUrlConfigSchema; identity_config?: OAuth2ProviderIdentitySchema; authorization_url_extras?: { [key: string]: string; }; use_pkce?: boolean; }