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

parseCredentialsAwait

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

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

Parameters

context - the routing context

Return

Credentials

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