UNPKG
@omneedia/client-js
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
Isomorphic Javascript client for Omneedia
github.com/omneedia/client-js
omneedia/client-js
@omneedia/client-js
/
dist
/
main
/
lib copy
/
constants.js
11 lines
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
COOKIE_OPTIONS
=
void
0
;
exports
.
COOKIE_OPTIONS
= {
name
:
'oa:token'
,
lifetime
:
60
*
3600
*
8
,
domain
:
''
,
path
:
'/'
,
sameSite
:
'lax'
, };
//# sourceMappingURL=constants.js.map