Skip to main content
Module

x/fathym_common/oauth.ts>oAuthRequest

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

Parameters

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