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

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

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

OAuth2 authentication

Properties

type: "Bearer"

OAuth2 authentication type.

value: string

The bearer value.