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

parseCredentialsAwait

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

Parses the credentials from the request into a JsonObject. The implementation should be able to extract the required info for the auth provider in the format the provider expects.

Parameters

context - the routing context

handler - the handler to be called once the information is available.