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

authenticateAwait

suspend fun AuthenticationProvider.authenticateAwait(credentials: JsonObject): User

Suspending version of method io.vertx.ext.auth.authentication.AuthenticationProvider.authenticate

Parameters

credentials - The credentials

Return

User

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