Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface TokenRefreshTargets
import { type TokenRefreshTargets } from "https://deno.land/x/slack_web_api_client@0.11.0/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; }