UserSettingsCookieSpecification

data class UserSettingsCookieSpecification(val domain: String, val name: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(domain: String, name: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain of the cookie.

Link copied to clipboard
val name: String? = null

The name of the cookie.

Link copied to clipboard
val path: String? = null

The path of the cookie.