c

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

AuthenticationChallengeMD5

class AuthenticationChallengeMD5 extends AuthenticationChallengeMessage

Linear Supertypes
AuthenticationChallengeMessage, AuthenticationMessage, ServerMessage, KindedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticationChallengeMD5
  2. AuthenticationChallengeMessage
  3. AuthenticationMessage
  4. ServerMessage
  5. KindedMessage
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AuthenticationChallengeMD5(salt: Array[Byte])

Value Members

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