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

setHashStrategy

abstract fun setHashStrategy(hashStrategy: HashStrategy): MongoAuth

The HashStrategy which is used by the current instance

Parameters

hashStrategy - the HashStrategy to be set

Return
the current instance itself for fluent calls