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

x/dynablox_opencloud/src/clients/BaseClient.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/clients/BaseClient.ts";

OAuth2 application authentication.

Properties

type: "OAuthApplication"

OAuth2 application type.

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

OAuth2 values to be read.