suspend fun MongoUserUtil.createUserAwait(username: String, password: String): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUser
username
- the username to be set
password
- the passsword in clear text, will be adapted following the definitions of the defined strategy
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.mongo.MongoUserUtil using Vert.x codegen.