Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/minecraft_lib/auth/oauth.ts>OAuthToken

A collection of modules that can be used to build Minecraft servers, clients, utilities and other tools.
Latest
interface OAuthToken
import { type OAuthToken } from "https://deno.land/x/minecraft_lib@0.1.0/auth/oauth.ts";

Properties

accessToken: string
refreshToken: string
expiresAt: number

Unix timestamp in milliseconds when the access token expires.