vertx / io.vertx.kotlin.ext.auth.jdbc / io.vertx.ext.auth.jdbc.JDBCAuthentication / authenticateAwait

authenticateAwait

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

Suspending version of method io.vertx.ext.auth.jdbc.JDBCAuthentication.authenticate

Parameters

credentials -

Return

User

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