vertx / io.vertx.ext.auth.jdbc / JDBCHashStrategy / getHashedStoredPwd

getHashedStoredPwd

abstract fun getHashedStoredPwd(row: JsonArray): String

Retrieve the hashed password from the result of the authentication query

Parameters

row - the row

Return
the hashed password