package model
The DAO model of the streambed identity package
Type Members
- case class User(username: String) extends Product with Serializable
Data format for listing a user
- case class UserCredentials(username: String, password: String) extends Product with Serializable
Data format for adding a new user