vertx / io.vertx.rxjava.ext.web.handler / OAuth2AuthHandler / parseCredentials

parseCredentials

open fun parseCredentials(context: RoutingContext, handler: Handler<AsyncResult<JsonObject>>): Unit

Overrides AuthHandler.parseCredentials

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.