Function MongoClientSettings.getAuthDatabase
Resolves the database to run authentication commands on. (authSource if set, otherwise the URI's database if set, otherwise "admin")
string getAuthDatabase() pure nothrow @nogc scope return @safe const;