Skip to main content
Module

x/higa/mod.ts>AccesTokenResponse

A package to interract with the Discord API coded by myself
Go to Latest
interface AccesTokenResponse
import { type AccesTokenResponse } from "https://deno.land/x/higa@0.1.0-fix/mod.ts";

Properties

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