ChallStr

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.ChallStr
final case class ChallStr(content: ChallStr)

The server sent a token used to login.

Value parameters

content

the challstr (token)

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product