open fun getToken(params: JsonObject, handler: Handler<AsyncResult<AccessToken>>): Unit
Returns the Access Token object.
params - - JSON with the options, each flow requires different options.
params
handler - - The handler returning the results.
handler