confirmAccounts

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

Parameters

context

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

Samples

val response = client.confirmAccounts(
    ticket,
    context = redirect.context,
)