Skip to main content
Module

x/slack_web_api_client/mod.ts>OAuthV2AccessRequest

Slack Web API client in TypeScript
Go to Latest
interface OAuthV2AccessRequest
implements SlackAPIRequest
Re-export
import { type OAuthV2AccessRequest } from "https://deno.land/x/slack_web_api_client@0.1.5/mod.ts";

Properties

client_id: string
client_secret: string
optional
code: string
optional
redirect_uri: string
optional
grant_type: string
optional
refresh_token: string