Login

io.github.juliano.randomuser.Content.Login
See theLogin companion object
final case class Login(uuid: UUID, username: String, password: String, salt: String, md5: String, sha1: String, sha256: String)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product