Go to Latest
interface AuthedUser
import { type AuthedUser } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/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