FlashConfiguration
play.api.http.FlashConfiguration
case class FlashConfiguration(cookieName: String, secure: Boolean, httpOnly: Boolean, domain: Option[String], path: String, sameSite: Option[SameSite], jwt: JWTConfiguration)
The flash configuration
Value parameters
- cookieName
-
The name of the cookie used to store the session
- domain
-
The domain to set for the session cookie, if defined
- httpOnly
-
Whether the HTTP only attribute of the cookie should be set
- jwt
-
The JWT specific information
- path
-
The path for which this cookie is valid
- sameSite
-
The cookie's SameSite attribute
- secure
-
Whether the flash cookie should set the secure flag or not
Attributes
- Graph
-
- Supertypes
Members list
In this article