suspend fun MongoUserUtil.createHashedUserAwait(username: String, hash: String): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createHashedUser |
|
suspend fun MongoUserUtil.createUserAwait(username: String, password: String): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUser |
|
suspend fun MongoUserUtil.createUserRolesAndPermissionsAwait(username: String, roles: List<String>, permissions: List<String>): String
Suspending version of method io.vertx.ext.auth.mongo.MongoUserUtil.createUserRolesAndPermissions |