aeat.application.live._remote_state_outcomes module¶
Outcome and redaction helpers for live IVA remote-state acquisition.
Failure contexts are redacted with the SensitivityClass diagnostic
policy before they are copied into live IVA read outcomes.
- surface_outcome(surface, *, report, error, auth)[source]¶
Build and return a
LiveIvaReadOutcomefor one live IVA read surface.- Return type:
- Parameters:
surface (LiveIvaReadSurface)
report (IvaCompensationHistoryCaptureReport | IvaWalletCaptureReport | None)
error (BaseException | None)
auth (LiveIvaAuthOutcome)
- auth_outcome(*, auth_result, error)[source]¶
Build and return a
LiveIvaAuthOutcomefor live IVA acquisition.- Return type:
- Parameters:
auth_result (AuthenticatedAeatSessionResult | None)
error (BaseException | None)