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

setSaltField

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

Parameters

fieldName - the name of the field to be used

Return
the current instance itself for fluent calls