Skip to main content
Module

x/slack_web_api_client/index.ts>OAuthV2ExchangeResponse

Streamlined Slack Web API client for TypeScript
Go to Latest
type alias OAuthV2ExchangeResponse
Re-export
import { type OAuthV2ExchangeResponse } from "https://deno.land/x/slack_web_api_client@0.2.3/index.ts";
definition: SlackAPIResponse & { access_token?: string; app_id?: string; authed_user?: AuthedUser; bot_user_id?: string; enterprise?: Enterprise; error?: string; expires_in?: number; incoming_webhook?: IncomingWebhook; is_enterprise_install?: boolean; needed?: string; ok: boolean; provided?: string; refresh_token?: string; response_metadata?: ResponseMetadata; scope?: string; team?: Enterprise; token_type?: string; warning?: string; }