Structure
PostgresMessage.Password
Identifies the message as a password response. Note that this is also used for GSSAPI and SSPI response messages (which is really a design error, since the contained data is not a null-terminated string in that case, but can be arbitrary binary data).
struct Password
Topics
Initializers
Instance Properties
var description: Stringvar string: StringThe password (encrypted, if requested).
Instance Methods
func serialize(into: inout ByteBuffer)Serializes this message into a byte buffer.