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

setPasswordField

abstract fun setPasswordField(fieldName: String): MongoAuth

Set the name of the field to be used for the password Defaults to #DEFAULT_PASSWORD_FIELD

Parameters

fieldName - the name of the field to be used

Return
the current instance itself for fluent calls