Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AuthedUser
import { type AuthedUser } from "https://deno.land/x/slack_web_api_client@0.7.4/client/generated-response/OAuthV2ExchangeResponse.ts";

Properties

optional
access_token: string
optional
expires_in: number
optional
id: string
optional
refresh_token: string
optional
scope: string
optional
token_type: string