vertx / io.vertx.kotlin.ext.web.handler / io.vertx.ext.web.handler.AuthenticationHandler / parseCredentialsAwait

parseCredentialsAwait

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

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

Parameters

context - the routing context

Return

JsonObject

NOTE: This function has been automatically generated from io.vertx.ext.web.handler.AuthenticationHandler using Vert.x codegen.