Skip to main content
Module

x/netzo/mod.ts>AuthorizationOAuth2AuthorizationCode

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

Properties

type: "oauth2"
grantType: "authorization_code"
headerPrefix: "Bearer" | string
callbackUri: string
authorizationUri: string
accessTokenUri: string
clientId: string
clientSecret: string
optional
scope: string
state: string