Enumeration
PostgresMessage.Authentication
Authentication request returned by the server.
enum Authentication
Topics
Enumeration Cases
case md5([UInt8])AuthenticationMD5Password Specifies that an MD5-encrypted password is required.case okAuthenticationOk Specifies that the authentication was successful.case plaintextAuthenticationCleartextPassword Specifies that a clear-text password is required.case saslContinue([UInt8])AuthenticationSASLContinue Specifies SASL mechanism-specific challenge data.case saslFinal([UInt8])AuthenticationSASLFinal Specifies mechanism-specific post-authentication client data.case saslMechanisms([String])AuthenticationSASL Specifies the start of SASL mechanism negotiation.
Instance Properties
var description: StringSeeCustomStringConvertible.
Instance Methods
Type Properties
Type Methods
static func parse(from: inout ByteBuffer) throws -> PostgresMessage.AuthenticationParses an instance of this message type from a byte buffer.