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:33
accountIdV2
• Optional
accountIdV2: number
The value of the "accountIdV2" cookie, if it exists.
Defined in
src/cookie/cookie.interface.ts:38
accountMidV2
• Optional
accountMidV2: string
The value of the "accountMidV2" cookie, if it exists.
Defined in
src/cookie/cookie.interface.ts:43
cookieToken
• Optional
cookieToken: null
| string
The value of the "cookieToken" cookie, if it exists.
Defined in
src/cookie/cookie.interface.ts:22
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:28
ltoken
• ltoken: string
The value of the "ltoken" cookie.
Defined in
src/cookie/cookie.interface.ts:12
ltuid
• ltuid: number
The value of the "ltuid" cookie.
Defined in
src/cookie/cookie.interface.ts:17
mi18nLang
• Optional
mi18nLang: null
| string
The value of the "mi18nLang" cookie, if it exists. This can be either a string or a LanguageEnum value.