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

getSaltField

abstract fun getSaltField(): String

Get the name of the field to be used for the salt. Only used when HashStrategy#setSaltStyle(HashSaltStyle) is set to HashSaltStyle#COLUMN

Return
the saltField