data class SameSiteCookieIssueDetails
This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie.
<init> |
This information is currently necessary, as the front-end has a difficult time finding a specific cookie. With this, we can convey specific error information without the cookie. SameSiteCookieIssueDetails(cookie: AffectedCookie, cookieWarningReasons: List<SameSiteCookieWarningReason>, cookieExclusionReasons: List<SameSiteCookieExclusionReason>, operation: SameSiteCookieOperation, siteForCookies: String? = null, cookieUrl: String? = null, request: AffectedRequest? = null) |
cookie |
val cookie: AffectedCookie |
cookieExclusionReasons |
val cookieExclusionReasons: List<SameSiteCookieExclusionReason> |
cookieUrl |
val cookieUrl: String? |
cookieWarningReasons |
val cookieWarningReasons: List<SameSiteCookieWarningReason> |
operation |
Optionally identifies the site-for-cookies and the cookie url, which may be used by the front-end as additional context. val operation: SameSiteCookieOperation |
request |
val request: AffectedRequest? |
siteForCookies |
val siteForCookies: String? |