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

x/alosaur/src/security/oauth/google/google-oauth-defaults.ts>GoogleOauthDefaults

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class GoogleOauthDefaults
import { GoogleOauthDefaults } from "https://deno.land/x/alosaur@v1.1.1/src/security/oauth/google/google-oauth-defaults.ts";

Static Properties

authorizationEndpoint: string
callbackPath: string
scope: string
tokenEndpoint: string
userInformationEndpoint: string