vertx / io.vertx.kotlin.ext.web.handler / io.vertx.ext.web.handler.RedirectAuthHandler / authorizeAwait
authorizeAwait
suspend fun RedirectAuthHandler.authorizeAwait(user: User): Unit
Authorizes the given user against all added authorities.
Parameters
user
- a user.
handler
- the handler for the result.