Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface AuthorizationOAuth2AuthorizationCode
import { type AuthorizationOAuth2AuthorizationCode } from "https://deno.land/x/netzo@v0.1.91/lib/apis/create-api/auth/types.ts";

Properties

type: "oauth2"
grantType: "authorization_code"
headerPrefix: "Bearer" | string
redirectUrl: string
authorizationUrl: string
accessTokenUrl: string
clientId: string
clientSecret: string
optional
scope: string
optional
state: string