SASLResponse

skunk.net.message.SASLResponse
See theSASLResponse companion object
final case class SASLResponse(response: ByteVector) extends TaggedFrontendMessage

Non-initial response from client to server in a SASL authentication.

Value parameters

response

Mechanism specific response message.

Attributes

Companion
object
Source
SASLResponse.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
SASLResponse.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