vertx / io.vertx.kotlin.ext.auth.authentication / io.vertx.ext.auth.authentication.AuthenticationProvider

Extensions for io.vertx.ext.auth.authentication.AuthenticationProvider

authenticateAwait

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