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

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

authorizeAwait

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

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

parseCredentialsAwait

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

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