Control interface for managing an MFA push-notification polling session. This interface provides imperative methods to start, stop, and inspect the status of a long-running polling loop that checks whether an MFA push challenge has been approved.Documentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Example
Properties
Indicates whether the polling process is currently running.
Example
Starts or resumes the polling process.
- If polling is already active, calling this again has no effect.
- If previously stopped, calling this restarts the polling loop.
Example
Stops the polling process immediately.
- Cancels any scheduled timer or pending request.
- Once stopped,
isRunning()returnsfalse. - Safe to call multiple times; subsequent calls have no effect.
Example