Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface AuthorizationOAuth2AuthorizationCode
import { type AuthorizationOAuth2AuthorizationCode } from "https://deno.land/x/netzo@v0.1.55/utils/auth/types.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