isSecure property

bool? isSecure
getter/setter pair

Indicates if the cookie is secure or not.

NOTE for Android native WebView: available on Android only if WebViewFeature.GET_COOKIE_INFO feature is supported.

Officially Supported Platforms/Implementations:

  • iOS
  • MacOS
  • Android native WebView

Implementation

bool? isSecure;