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:
ApiException– when the EFL API returns an error response.HttpException– when the HTTP transport fails.
Method signature
public function restoreSessionAfterSigning(
string $transactionId
): AuthenticationRestorationResult
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
transactionId | string | Yes | Identifier of the transaction. |
Return value
- Type:
AuthenticationRestorationResult– restoration result.