Cookie data class for KwikWebView.
The domain for which the cookie is valid.
The expiration date of the cookie in milliseconds.
Whether the cookie is HTTP only (not accessible via JavaScript), default is false. Wouldn't make sense to set it to true since we're running these cookies are set from the app, not from the web server.
The name of the cookie.
The path for which the cookie is valid, default is "/".
Whether the cookie is secure (only sent over HTTPS), default is true.
The value of the cookie.