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

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

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

Properties

active: boolean
jti: string
iss: string
tokenType: string
clientId: string
aud: string
sub: string
scope: string
exp: number
iat: string