MongoClientSettings.makeDigest

Generates a digest string which can be used for authentication by setting the username and digest members.

Use authenticate to automatically configure username and digest.

class MongoClientSettings
static pure @safe
string
makeDigest
(
string username
,
string password
)

Meta