/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/oauth.d.mts (472B)
//#region src/api/state/oauth.d.ts type OAuthState = { callbackURL: string; codeVerifier: string; errorURL?: string; newUserURL?: string; link?: { email: string; userId: string; }; expiresAt: number; requestSignUp?: boolean; [key: string]: any; }; declare const getOAuthState: () => Promise, setOAuthState: (value: OAuthState | null) => Promise; //#endregion export { getOAuthState }; //# sourceMappingURL=oauth.d.mts.map