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

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

SDK for building Run on Slack apps using Deno
Go to Latest
type alias OAuth2ProviderIdentitySchema
import { type OAuth2ProviderIdentitySchema } from "https://deno.land/x/deno_slack_sdk@1.4.4/providers/oauth2/types.ts";
definition: { url: string; account_identifier: string; headers?: { [key: string]: string; }; }