UNPKG

better-auth

Version:

The most comprehensive authentication framework for TypeScript.

6 lines (5 loc) 234 B
import { defineRequestState } from "@better-auth/core/context"; //#region src/api/state/oauth.ts const { get: getOAuthState, set: setOAuthState } = defineRequestState(() => null); //#endregion export { getOAuthState, setOAuthState };