MongoClientSettings.digest

The password hashed as MongoDB digest as returned by makeDigest.

**DISCOURAGED** to fill this manually as future authentication mechanisms may use other digest algorithms.

Use authenticatePassword to automatically fill this.

class MongoClientSettings
string digest;

Meta