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

x/fathym_common/src/utils/oauth.helpers.ts>oAuthRequest

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
function oAuthRequest
import { oAuthRequest } from "https://deno.land/x/fathym_common@v0.0.184/src/utils/oauth.helpers.ts";

Parameters

req: Request
oAuthConfig: DenoKVOAuth.OAuth2ClientConfig
completeCallback: (
tokens: DenoKVOAuth.Tokens,
newSessionId: string,
oldSessionId?: string,
) => Promise<void>
root: string
path: string