SessionConfig
org.pac4j.http4s.SessionConfig
final case class SessionConfig(cookieName: String, mkCookie: (String, String) => ResponseCookie, secret: List[Byte], maxAge: Duration)
Session Cookie Configuration
Value parameters
- secret
-
16 bytes secret for cookie security
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article