/opt/canhelp/node_modules/better-auth/dist/api/state
NameSizeModeActions
oauth.d.mts4720644editdlrm
oauth.mjs2700644editdlrm
oauth.mjs.map7470644editdlrm
should-session-refresh.d.mts6650644editdlrm
should-session-refresh.mjs6870644editdlrm
should-session-refresh.mjs.map8340644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/dist/api/state/should-session-refresh.d.mts (665B)
//#region src/api/state/should-session-refresh.d.ts /** * State for skipping session refresh * * In some cases, such as when using server-side rendering (SSR) or when dealing with * certain types of requests, it may be necessary to skip session refresh to prevent * potential inconsistencies between the session data in the database and the session * data stored in cookies. */ declare const getShouldSkipSessionRefresh: () => Promise, setShouldSkipSessionRefresh: (value: boolean | null) => Promise; //#endregion export { getShouldSkipSessionRefresh, setShouldSkipSessionRefresh }; //# sourceMappingURL=should-session-refresh.d.mts.map