Function MongoClientSettings.authenticatePassword
Sets the username and the digest string in this MongoClientSettings instance.
void authenticatePassword
(
string username,
string password
) @safe;