AuthEncryptedCookie

tsec.authentication.AuthEncryptedCookie$
See theAuthEncryptedCookie companion class

Attributes

Companion
class
Source
EncryptedCookieAuthenticator.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Internal[Id](id: UUID, messageId: Id, expiry: Instant, lastTouched: Option[Instant])

Attributes

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

Attributes

Companion
class
Source
EncryptedCookieAuthenticator.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Internal.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def build[A, Id](id: UUID, content: Cookie[A], messageId: Id, expiry: Instant, lastTouched: Option[Instant], settings: TSecCookieSettings): AuthEncryptedCookie[A, Id]
def build[A, Id](internal: Internal[Id], content: Cookie[A], settings: TSecCookieSettings): AuthEncryptedCookie[A, Id]

Implicits

Implicits

implicit def auth[A, Id]: AuthToken[AuthEncryptedCookie[A, Id]]