getSameSite

abstract fun getSameSite(cookie: Cookie): Cookie.SameSite

Get the SameSite values that should be used for the given Cookie.

Return

the SameSite value to use or null if the next suppliershould be checked

Parameters

cookie

the cookie to check