confirmAccounts

Continue an accounts flow paused on a confirmation Response.Dialog, Response.Redirect, or Response.RedirectHandle.

Response.Redirect<AccountsResult> redirectResponse = ...;
client
.confirmAccounts(ticket, redirectResponse.getRedirect().getContext())
.thenAccept(
next -> {
// loop on the next Response
});

Parameters

context

ConfirmationContext taken from the Response.Dialog, Response.Redirect, or Response.RedirectHandle returned by the prior call.