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

createUserAwait

suspend fun JDBCUserUtil.createUserAwait(username: String, password: String): Unit

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

Parameters

username - the username to be set

password -

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.