suspend fun JDBCUserUtil.createHashedUserAwait(username: String, hash: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createHashedUser
username
- the username to be set
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.