Skip to main content
Module

x/fathym_common/src/oauth/createOAuthHelpers.ts>createOAuthHelpers

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

Creates an OAuth helpers object.

Parameters

oAuthConfig: DenoKVOAuth.OAuth2ClientConfig

The OAuth2 client configuration.

Returns

An object containing OAuth2 helper functions.