Structure PostgresConnection.Configuration.Authentication Legacy authentication parameters structure. Replaced by username etc. struct Authentication Topics Initializers init(username: String, database: String?, password: String?) Instance Properties var database: String?See database. var password: String?See password. var username: StringSee username.