Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/mod.ts>AuthorizationOAuth2AuthorizationCode

Netzo - roll out internal tools faster
Go to Latest
interface AuthorizationOAuth2AuthorizationCode
import { type AuthorizationOAuth2AuthorizationCode } from "https://deno.land/x/netzo@v0.1.58/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