Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface AuthedUser
import { type AuthedUser } from "https://deno.land/x/slack_web_api_client@0.7.2/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