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

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

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

API key authentication for open cloud endpoints.

Properties

type: "APIKey"

API Key type for open cloud endpoints.

optional
value: string

The API key value.