OptionalintervalOptional interval, in milliseconds, between consecutive polling requests.
OptionalonOptional callback executed once the MFA push challenge is successfully approved and polling completes.
continue()).OptionalonOptional callback invoked if an error occurs while polling.
Receives an ULError object containing:
status — the HTTP status code from the failed request
responseText — the raw response body, if available
Called once per error event; polling may retry depending on error type.
Use to surface error messages or trigger custom retry/abort logic.
Configuration options for managing an MFA push-notification polling process.
Supply these options when starting a polling session to control how often the challenge endpoint is queried and how success or failure is handled.