LoginInfo

org.nlogo.mc.LoginInfo
case class LoginInfo(first: String, last: String, id: Int, avatar: String, email: String, groups: Seq[Group], cookies: Seq[CookieWithMeta])

Attributes

Source
ModelingCommons.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product