AuthenticationRequest packet

The confusingly named AuthenticationRequest packet is actually sent by the database server after StartupMessage has been received from the client. There are several variations of this packet depending on the authentication methods supported by your database server. See the Postgres documentation for (much) more detail.

All the variations of this packet have one field in common, called int1, which specifies what type of authentication this packet requests from the client.

Attributes

Methods