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

io.github.jahrim.chess.authentication.service.components.data.User.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 user of the authentication service with the specified username and email.
 *
 * @param username the specified username.
 * @param email the specified email.
 */
case class User(username: String, email: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy