SASLInitialResponse

internal class SASLInitialResponse(mechanism: String, clientFirstMessage: String) : FrontendMessage

First client response in the SASL mechanism.

Constructors

Link copied to clipboard
constructor(mechanism: String, clientFirstMessage: String)

Functions

Link copied to clipboard
open override fun encode(out: PgOutputStream)

Writes the entire message frame to the stream (including type marker and length).