vertx / io.vertx.reactivex.ext.auth.mongo / MongoAuth / setSaltField

setSaltField

open fun setSaltField(fieldName: String): MongoAuth

Set the name of the field to be used for the salt. Only used when io.vertx.reactivex.ext.auth.mongo.HashStrategy#setSaltStyle is set to

Parameters

fieldName - the name of the field to be used

Return
the current instance itself for fluent calls