AuthenticationChallengeMessage

class AuthenticationChallengeMessage(val challengeType: AuthenticationResponseType, val salt: Option[Array[Byte]]) extends AuthenticationMessage
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete fields

val salt: Option[Array[Byte]]

Inherited fields

val kind: Int
Inherited from
ServerMessage