DeleteCookieParameter

@Serializable
data class DeleteCookieParameter(val cookieName: String, val url: String)

Constructors

Link copied to clipboard
constructor(cookieName: String, url: String)

Properties

Link copied to clipboard

Name of the cookie to remove.

Link copied to clipboard
val url: String

URL to match cooke domain and path.