vertx / io.vertx.reactivex.ext.auth.oauth2 / OAuth2Auth / getToken

getToken

open fun getToken(params: JsonObject, handler: Handler<AsyncResult<AccessToken>>): Unit

Returns the Access Token object.

Parameters

params - - JSON with the options, each flow requires different options.

handler - - The handler returning the results.