vertx / io.vertx.kotlin.ext.auth.mongo / io.vertx.ext.auth.mongo.MongoUserUtil / createUserAwait

createUserAwait

suspend fun MongoUserUtil.createUserAwait(username: String, password: String): String

Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUser

Parameters

username - the username to be set

password - the passsword in clear text, will be adapted following the definitions of the defined strategy

Return

String

NOTE: This function has been automatically generated from io.vertx.ext.auth.mongo.MongoUserUtil using Vert.x codegen.