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