Skip to main content
Module

x/fathym_common/src/oauth/UserOAuthConnection.ts>userOAuthConnExpired

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

Checks if the user's OAuth connection is expired.

Parameters

conn: UserOAuthConnection | null

The user's OAuth connection object.

Returns

boolean

true if the connection is expired, false otherwise.