Structure PostgresMessage.SASLResponse SASL ongoing challenge response message sent by the client. struct SASLResponse Topics Instance Properties var description: String let responseData: [UInt8] Instance Methods func serialize(into: inout ByteBuffer) throws Type Properties static var identifier: PostgresMessage.Identifier Type Methods static func parse(from: inout ByteBuffer) throws -> PostgresMessage.SASLResponse Relationships Conforms To PostgresMessageType