c

com.github.mauricio.async.db.postgresql.messages.backend

AuthenticationChallengeMessage

class AuthenticationChallengeMessage extends AuthenticationMessage

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticationChallengeMessage
  2. AuthenticationMessage
  3. ServerMessage
  4. KindedMessage
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AuthenticationChallengeMessage(challengeType: AuthenticationResponseType, salt: Option[Array[Byte]])

Value Members

  1. val challengeType: AuthenticationResponseType
  2. val kind: Int
    Definition Classes
    ServerMessage → KindedMessage
  3. val salt: Option[Array[Byte]]