CookieExpirationResponse

data class CookieExpirationResponse(val convention: String? = null, val timeToExpiration: String? = null)

The configuration settings of the session cookie's expiration.

Constructors

Link copied to clipboard
constructor(convention: String? = null, timeToExpiration: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val convention: String? = null

The convention used when determining the session cookie's expiration.

Link copied to clipboard

The time after the request is made when the session cookie should expire.