vertx / io.vertx.kotlin.ext.auth.jdbc / io.vertx.ext.auth.jdbc.JDBCUserUtil / createHashedUserAwait

createHashedUserAwait

suspend fun JDBCUserUtil.createHashedUserAwait(username: String, hash: String): Unit

Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createHashedUser

Parameters

username - the username to be set

hash -

the password hash, as result of io.vertx.ext.auth.HashingStrategy

NOTE: This function has been automatically generated from io.vertx.ext.auth.jdbc.JDBCUserUtil using Vert.x codegen.