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

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

authorizeAwait

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

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

parseCredentialsAwait

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

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