vertx / io.vertx.kotlin.ext.auth.mongo / io.vertx.ext.auth.mongo.MongoAuthentication / authenticateAwait

authenticateAwait

suspend fun MongoAuthentication.authenticateAwait(credentials: UsernamePasswordCredentials): User

Suspending version of method io.vertx.ext.auth.mongo.MongoAuthentication.authenticate

Parameters

credentials -

Return

User

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