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

x/dynablox_opencloud/src/rest/RESTController.ts>ApplicationAuthentication

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

OAuth2 application authentication.

Properties

type: "OAuthApplication"

OAuth2 application type.

value: { id: string; secret: string; }

OAuth2 values to be read.