Skip to main content
Module

x/slack_web_api_client/index.ts>OpenIDConnectTokenRequest

Streamlined Slack Web API client for TypeScript
Go to Latest
interface OpenIDConnectTokenRequest
implements SlackAPIRequest
Re-export
import { type OpenIDConnectTokenRequest } from "https://deno.land/x/slack_web_api_client@0.4.3/index.ts";

Properties

client_id: string
client_secret: string
optional
code: string
optional
redirect_uri: string
optional
grant_type: "authorization_code" | "refresh_token"
optional
refresh_token: string