BlockedCookieWithReason

@Serializable
data class BlockedCookieWithReason(val blockedReasons: List<CookieBlockedReason>, val cookie: Cookie)(source)

A cookie with was not sent with a request with the corresponding reason.

Official doc

Constructors

Link copied to clipboard
constructor(blockedReasons: List<CookieBlockedReason>, cookie: Cookie)

Properties

Link copied to clipboard

The reason(s) the cookie was blocked.

Link copied to clipboard

The cookie object representing the cookie which was not sent.