Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/services/oauthApplication/TokenService.ts>OAuthToken

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface OAuthToken
import { type OAuthToken } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/services/oauthApplication/TokenService.ts";

Properties

accessToken: string
optional
refreshToken: string
tokenType: string
expiresIn: number
optional
idToken: string
optional
scope: string