Skip to main content
Module

x/netzo/mod.ts>AuthorizationOAuth2PasswordCredentials

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 AuthorizationOAuth2PasswordCredentials
import { type AuthorizationOAuth2PasswordCredentials } from "https://deno.land/x/netzo@v0.1.39/mod.ts";

Properties

type: "oauth2"
grantType: "password_credentials"
headerPrefix: "Bearer" | string
accessTokenUri: string
clientId: string
clientSecret: string
username: string
password: string
optional
scope: string