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

Properties

type: "oauth2"
grantType: "client_credentials"
headerPrefix: "Bearer" | string
authorizationUri: string
clientId: string
clientSecret: string
optional
scope: string