suspend fun MongoUserUtil.createUserRolesAndPermissionsAwait(username: String, roles: List<String>, permissions: List<String>): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions
username
- the username to be set
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.mongo.MongoUserUtil using Vert.x codegen.