Enumeration
PostgresMessage.Authentication
Authentication request returned by the server.
enum Authentication
Topics
Enumeration Cases
PostgresMessage.Authentication.md5(_:)AuthenticationMD5Password Specifies that an MD5-encrypted password is required.PostgresMessage.Authentication.okAuthenticationOk Specifies that the authentication was successful.PostgresMessage.Authentication.plaintextAuthenticationCleartextPassword Specifies that a clear-text password is required.PostgresMessage.Authentication.saslContinue(_:)AuthenticationSASLContinue Specifies SASL mechanism-specific challenge data.PostgresMessage.Authentication.saslFinal(_:)AuthenticationSASLFinal Specifies mechanism-specific post-authentication client data.PostgresMessage.Authentication.saslMechanisms(_:)AuthenticationSASL Specifies the start of SASL mechanism negotiation.
Instance Properties
descriptionSeeCustomStringConvertible.
Instance Methods
Type Properties
Type Methods
parse(from:)Parses an instance of this message type from a byte buffer.