Skip to main content
Go to Latest
interface OpenIDConnectTokenRequest
implements SlackAPIRequest
Re-export
import { type OpenIDConnectTokenRequest } from "https://deno.land/x/slack_web_api_client@0.1.4/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