© 2026 Hedgehog Software, LLC
authClient.getSession
export const authClient = createAuthClient({ baseURL: envConfig.VITE_BETTER_AUTH_URL, fetchOptions: { throw: true, }, });
authClient.getSession({}, { throw: true })
authClient.getSession({ fetchOptions: { throw: true } })
authClient.getSession({ fetchOptions: { throw: true } }, { throw: true })
null