Represents a cookie object.
Static
Converts an ICookie object into a cookie string.
ICookie
The ICookie object to convert.
A string representing the cookie.
If the ltuidV2 or ltokenV2 key is missing in the ICookie object.
ltuidV2
ltokenV2
Parses a cookie string and returns a parsed ICookie object.
The cookie string to be parsed.
when ltuid or ltoken keys are not found in the cookie string.
Represents a cookie object.