SASLInitialResponse

skunk.net.message.SASLInitialResponse
See theSASLInitialResponse companion object
final case class SASLInitialResponse(mechanism: String, initialResponse: ByteVector) extends TaggedFrontendMessage

Initial response from client to server in a SASL authentication. The supplied mechanism is one of the advertised mechanisms from the AuthenticationSASL message.

Value parameters

initialResponse

Mechanism specific response message.

mechanism

Names of selected SASL authentication mechanism.

Attributes

Companion
object
Source
SASLInitialResponse.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
SASLInitialResponse.scala

Inherited methods

final def encode: BitVector

Attributes

Inherited from:
TaggedFrontendMessage
Source
FrontendMessage.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product