vertx / io.vertx.rxjava.ext.auth.oauth2 / OAuth2Auth / rxGetToken

rxGetToken

open fun rxGetToken(params: JsonObject): Single<AccessToken>

Returns the Access Token object.

Parameters

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

Return