vertx / io.vertx.kotlin.ext.auth.htpasswd / io.vertx.ext.auth.htpasswd.HtpasswdAuth / authenticateAwait

authenticateAwait

suspend fun HtpasswdAuth.authenticateAwait(credential: UsernamePasswordCredentials): User

Suspending version of method io.vertx.ext.auth.htpasswd.HtpasswdAuth.authenticate

Parameters

credential -

Return

User

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