forked from baron/baron-sso
10 lines
357 B
TypeScript
10 lines
357 B
TypeScript
export {
|
|
DEFAULT_SESSION_RENEW_THROTTLE_MS as SESSION_RENEW_THROTTLE_MS,
|
|
DEFAULT_SESSION_RENEW_THRESHOLD_MS as SESSION_RENEW_THRESHOLD_MS,
|
|
readSessionExpiryEnabled,
|
|
shouldAttemptSlidingSessionRenew,
|
|
shouldSuppressDevelopmentSessionRedirect,
|
|
shouldAttemptUnlimitedSessionRenew,
|
|
writeSessionExpiryEnabled,
|
|
} from "../../../common/core/session";
|