suspend fun AuthenticationProvider.authenticateAwait(credentials: JsonObject): User
suspend fun AuthenticationProvider.authenticateAwait(credentials: Credentials): User
Suspending version of method io.vertx.ext.auth.authentication.AuthenticationProvider.authenticate
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.authentication.AuthenticationProvider using Vert.x codegen.