ldbc.connector.net.packet.request.AuthSwitchResponsePacket
See theAuthSwitchResponsePacket companion object
case class AuthSwitchResponsePacket(hashedPassword: Array[Byte]) extends RequestPacket
Authentication Method Switch Response Packet which contains response data generated by the authentication method requested in Protocol::OldAuthSwitchRequest: packet.
This data is opaque to the protocol.
Value parameters
- hashedPassword
-
Type: string
Name: data Description: authentication response data
Attributes
- Companion
- object
- Source
- AuthSwitchResponsePacket.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass Any
Members list
In this article