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

x/netzo/src/utils/auth/types.ts>AuthorizationOAuth2ClientCredentials

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
interface AuthorizationOAuth2ClientCredentials
import { type AuthorizationOAuth2ClientCredentials } from "https://deno.land/x/netzo@v0.1.41/src/utils/auth/types.ts";

Properties

type: "oauth2"
grantType: "client_credentials"
headerPrefix: "Bearer" | string
authorizationUri: string
clientId: string
clientSecret: string
optional
scope: string