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
descriptionstringThe password (encrypted, if requested).
Instance Methods
serialize(into:)Serializes this message into a byte buffer.