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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def check[F[_] : Sync](cookie: RequestCookie): F[Option[String]]
def constantTimeEquals(a: String, b: String): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product