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

x/alosaur/src/security/oauth/mod.ts>UseGoogleOAuth

Alosaur - Deno web framework with many decorators
Go to Latest
function UseGoogleOAuth
import { UseGoogleOAuth } from "https://deno.land/x/alosaur@v0.35.2/src/security/oauth/mod.ts";

Parameters

app: App<any>
options: Omit<OAuthOptions, DefaultsOptions>