abstract fun setSaltField(fieldName: String): MongoAuth
Set the name of the field to be used for the salt. Only used when HashStrategy#setSaltStyle(HashSaltStyle) is set to HashSaltStyle#COLUMN
fieldName - the name of the field to be used
Return
the current instance itself for fluent calls