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

createHashedUserAwait

suspend fun MongoUserUtil.createHashedUserAwait(username: String, hash: String): String

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

Parameters

username - the username to be set

hash - the password hash, as result of io.vertx.ext.auth.HashingStrategy

Return

String

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