vertx / io.vertx.ext.auth.jdbc / JDBCAuth / setHashStrategy

setHashStrategy

abstract fun setHashStrategy(strategy: JDBCHashStrategy): JDBCAuth

Set the hash strategy to use. Use this if you want override the default hash strategy

Parameters

strategy - the strategy

Return
a reference to this for fluency