AuthEncryptedCookie

tsec.authentication.AuthEncryptedCookie
See theAuthEncryptedCookie companion object
final case class AuthEncryptedCookie[A, Id](id: UUID, name: String, content: Cookie[A], identity: Id, expiry: Instant, lastTouched: Option[Instant], secure: Boolean, httpOnly: Boolean, domain: Option[String], path: Option[String], sameSite: SameSite, extension: Option[String])

An authenticated cookie implementation

Value parameters

content

the raw cookie: The full thing, including the nonce

id

the cookie id

identity

The id of what

Attributes

Companion
object
Source
EncryptedCookieAuthenticator.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product