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

createUserRoleAwait

suspend fun JDBCUserUtil.createUserRoleAwait(username: String, role: String): Unit

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

Parameters

username - the username to be set

role -

a to be set

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