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

createRolePermissionAwait

suspend fun JDBCUserUtil.createRolePermissionAwait(role: String, permission: String): Unit

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

Parameters

role - a to be set

permission -

the permission to be set

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