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

Extensions for io.vertx.ext.web.handler.ChainAuthHandler

authorizeAwait

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

Suspending version of method io.vertx.ext.web.handler.ChainAuthHandler.authorize

parseCredentialsAwait

suspend fun ChainAuthHandler.parseCredentialsAwait(context: RoutingContext): JsonObject

Suspending version of method io.vertx.ext.web.handler.ChainAuthHandler.parseCredentials