AuthenticationChallengeMessage

com.github.mauricio.async.db.postgresql.messages.backend.AuthenticationChallengeMessage
class AuthenticationChallengeMessage(val challengeType: AuthenticationResponseType, val salt: Option[Array[Byte]]) extends AuthenticationMessage

Attributes

Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete fields

val salt: Option[Array[Byte]]

Inherited fields

val kind: Int

Attributes

Inherited from:
ServerMessage