EFL
EflClient

restoreSessionAfterSigning

Restores customer session after signing for the given transaction.

restoreSessionAfterSigning() restores a customer session after the signing step for a transaction. It wraps RestorationApiClient::restoreSessionAfterSigning() and maps the response to AuthenticationRestorationResult.

All methods on EflClient may throw:

Method signature

public function restoreSessionAfterSigning(
    string $transactionId
): AuthenticationRestorationResult

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.

Return value