vertx / io.vertx.kotlin.ext.web.handler / io.vertx.ext.web.handler.ChainAuthHandler / authorizeAwait

authorizeAwait

suspend fun ChainAuthHandler.authorizeAwait(user: User): Unit

Authorizes the given user against all added authorities.

Parameters

user - a user.

handler - the handler for the result.