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>IdentityUrlHttpMethodTypes

SDK for building Run on Slack apps using Deno
Go to Latest
type alias IdentityUrlHttpMethodTypes
import { type IdentityUrlHttpMethodTypes } from "https://deno.land/x/deno_slack_sdk@2.12.0/providers/oauth2/types.ts";

Http Method types that are currently supported by identity config

definition: "GET" | "POST"