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

x/netzo/utils/auth/oauth2/mod.ts>getTokenImplicitFlow

Netzo - roll out internal tools faster
Go to Latest
variable getTokenImplicitFlow
import { getTokenImplicitFlow } from "https://deno.land/x/netzo@v0.1.55/utils/auth/oauth2/mod.ts";

Implicit Flow (3-legged authorization)

type

(authorization: AuthorizationOAuth2Implicit) => unknown