File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ export {
2424 sessionManagerActivityProxy ,
2525 isClient ,
2626 isServer ,
27+ getCookieOptions ,
2728} from "./utils" ;
29+ export type { CookieEnv , CookieOptions , CookieOptionValue } from "./utils" ;
2830
2931export {
3032 getClaim ,
Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ export {
99 frameworkSettings ,
1010 generateKindeSDKHeader ,
1111} from "./exchangeAuthCode" ;
12+ export {
13+ getCookieOptions ,
14+ } from "./getCookieOptions" ;
15+ export type {
16+ CookieEnv ,
17+ CookieOptions ,
18+ CookieOptionValue ,
19+ } from "./getCookieOptions" ;
1220export { checkAuth } from "./checkAuth" ;
1321export { isCustomDomain } from "./isCustomDomain" ;
1422export { setRefreshTimer , clearRefreshTimer } from "./refreshTimer" ;
You can’t perform that action at this time.
0 commit comments