UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

26 lines (25 loc) 1.35 kB
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