File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ const productDetails: ProductDetails = {
1414} ;
1515
1616export class EUID extends SdkBase {
17- private static cookieName = productDetails . cookieName ;
18- // Deprecated. Integrators should never access the cookie directly!
19- static get COOKIE_NAME ( ) {
20- console . warn (
21- 'Detected access to EUID.COOKIE_NAME. This is deprecated and will be removed in the future. Integrators should not access the cookie directly.'
22- ) ;
23- return EUID . cookieName ;
24- }
2517 private static get EuidDetails ( ) : ProductDetails {
2618 return productDetails ;
2719 }
Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ const productDetails: ProductDetails = {
1414} ;
1515
1616export class UID2 extends SdkBase {
17- private static cookieName = productDetails . cookieName ;
18- // Deprecated. Integrators should never access the cookie directly!
19- static get COOKIE_NAME ( ) {
20- console . warn (
21- 'Detected access to UID2.COOKIE_NAME. This is deprecated and will be removed in the future. Integrators should not access the cookie directly.'
22- ) ;
23- return UID2 . cookieName ;
24- }
2517 private static get Uid2Details ( ) : ProductDetails {
2618 return productDetails ;
2719 }
You can’t perform that action at this time.
0 commit comments