suspend fun MongoUserUtil.createHashedUserAwait(username: String, hash: String): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createHashedUser
username
- the username to be set
hash
- the password hash, as result of io.vertx.ext.auth.HashingStrategy
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.mongo.MongoUserUtil using Vert.x codegen.