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

x/netzo/utils/auth/types.ts>AuthorizationOAuth2Implicit

Netzo - roll out internal tools faster
Go to Latest
interface AuthorizationOAuth2Implicit
import { type AuthorizationOAuth2Implicit } from "https://deno.land/x/netzo@v0.1.57/utils/auth/types.ts";

Properties

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