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