Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/client/managers/index.ts>AccesTokenResponse

A package to interract with the Discord API coded by myself
Latest
interface AccesTokenResponse
import { type AccesTokenResponse } from "https://deno.land/x/higa@0.1.2/deno/client/managers/index.ts";

Properties

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