All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.kodeworks.kvarg.model.Session.scala Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package no.kodeworks.kvarg.model

case class Session(
                    uuid: String,
                    selector: String,
                    tokenHash: String,
                    expires: Long,
                    state: Option[Long] = None,
                    id: Option[Long] = None
                  )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy