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

io.github.jahrim.chess.authentication.service.components.data.UserSession.scala Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version
package io.github.jahrim.chess.authentication.service.components.data

/**
 * A session of a [[User]] authenticated in this service.
 *
 * @param username the name of the [[User]].
 * @param token the [[Token]] given to the [[User]] upon authentication.
 */
case class UserSession(username: String, token: Token)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy