Skip to main content

Interface: ICookie

Defines the structure of a cookie object.

Properties

accountId

Optional accountId: number

The value of the "accountId" cookie, if it exists.

Defined in

src/cookie/cookie.interface.ts:43


accountIdV2

Optional accountIdV2: number

The value of the "accountIdV2" cookie, if it exists.

Defined in

src/cookie/cookie.interface.ts:48


accountMidV2

Optional accountMidV2: string

The value of the "accountMidV2" cookie, if it exists.

Defined in

src/cookie/cookie.interface.ts:53


cookieToken

Optional cookieToken: null | string

The value of the "cookieToken" cookie, if it exists.

Defined in

src/cookie/cookie.interface.ts:32


cookieTokenV2

Optional cookieTokenV2: null | string

The value of the "cookieTokenV2" cookie. CookieTokenV2 has a short expiration time and, so far, cannot be refreshed, so it is best to avoid using methods that rely on CookieTokenV2.

Defined in

src/cookie/cookie.interface.ts:38


ltmidV2

Optional ltmidV2: string

The value of the "ltmidV2" cookie, if it exists.

Defined in

src/cookie/cookie.interface.ts:64


ltoken

ltoken: string

The value of the "ltoken" cookie.

Defined in

src/cookie/cookie.interface.ts:12


ltokenV2

ltokenV2: string

The value of the "ltokenV2" cookie.

Defined in

src/cookie/cookie.interface.ts:17


ltuid

ltuid: number

The value of the "ltuid" cookie.

Defined in

src/cookie/cookie.interface.ts:22


ltuidV2

ltuidV2: number

The value of the "ltuidV2" cookie.

Defined in

src/cookie/cookie.interface.ts:27


mi18nLang

Optional mi18nLang: null | string

The value of the "mi18nLang" cookie, if it exists. This can be either a string or a LanguageEnum value.

Defined in

src/cookie/cookie.interface.ts:59