synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
26 lines (25 loc) • 1.35 kB
JavaScript
import { ONE_SAGE_REDIRECT_COOKIE_KEY as r, getCookieDomain as t, processRedirectURLInOneSage as n, restoreLastPlace as i, storeLastPlace as s, storeRedirectURLForOneSageLoginAndGotoURL as a, useFramebuster as p } from "./AppUtils.js";
import { ApplicationSessionContextConsumer as m, ApplicationSessionContextProvider as S, useApplicationSessionContext as x } from "./session/ApplicationSessionContext.js";
import { ApplicationSessionManager as d } from "./session/ApplicationSessionManager.js";
import { SynapseSessionManager as l } from "./session/SynapseSessionManager.js";
import { AuthenticationGuard as C } from "./session/AuthenticationGuard.js";
import { SessionInitializedGuard as g } from "./session/SessionInitializedGuard.js";
import { useQuerySearchParam as L } from "../hooks/useQuerySearchParam.js";
export {
m as ApplicationSessionContextConsumer,
S as ApplicationSessionContextProvider,
d as ApplicationSessionManager,
C as AuthenticationGuard,
r as ONE_SAGE_REDIRECT_COOKIE_KEY,
g as SessionInitializedGuard,
l as SynapseSessionManager,
t as getCookieDomain,
n as processRedirectURLInOneSage,
i as restoreLastPlace,
s as storeLastPlace,
a as storeRedirectURLForOneSageLoginAndGotoURL,
x as useApplicationSessionContext,
p as useFramebuster,
L as useQuerySearchParam
};
//# sourceMappingURL=index.js.map