httpOnly property
Whether the cookie is only sent in the HTTP request and is not made available to client side scripts.
Implementation
final bool httpOnly;
Whether the cookie is only sent in the HTTP request and is not made available to client side scripts.
final bool httpOnly;