Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface TokenRefreshTargets
import { type TokenRefreshTargets } from "https://deno.land/x/slack_web_api_client@0.9.2/token-rotation/token-refresh-targets.ts";

Properties

optional
bot: { access_token: string; refresh_token: string; token_expires_at: number; }
optional
user: { access_token: string; refresh_token: string; token_expires_at: number; }