Initializes a new instance of this object.
Removes the cookie expiration.
This object.
Sets the same site policy to 'lax'
This object.
Sets the same site polity to 'strict'
This object.
Static ReadonlyMillisecondsSets the same site policy to 'none' and turns on the secure flag.
This object.
Creates a token based authentication cookie.
Optionaltoken: stringThe token value for the cookie. You can leave this as undefined to set it later.
This object.
Returns a copy of the built instance of the cookie.
A shallow copy of the current cookie object.
Sets the cookie domain.
The value to set.
This object.
Sets the cookie expiration date.
The value to set.
This object.
Sets the cookie expiration date to one day from the moment this is invoked.
This object.
Sets the cookie http only flag.
The value to set.
This object.
Sets the cookie name.
The value to set.
This object.
Sets the cookie same site policy.
The value to set.
This object.
Sets the cookie secure flag.
The value to set.
This object.
Sets the cookie value.
The value to set.
This object.
Represents a builder for an IZCookie object.