setCookieSameSiteSuppliers

abstract fun setCookieSameSiteSuppliers(cookieSameSiteSuppliers: List<out CookieSameSiteSupplier>)

Sets CookieSameSiteSuppliers that should be used to obtain the SameSite attribute of any added cookie. This method will replace any previously set or added suppliers.

Parameters

cookieSameSiteSuppliers

the suppliers to add

See also