Result object returned by useMfaPolling.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.
Properties
Indicates whether the MFA push polling process is currently active.
trueâ Polling is running and awaiting completion.falseâ Polling has stopped, either due to completion, manual cancellation, or component unmount.
Starts or resumes the polling process.
- If polling is already active, this call has no effect.
- If previously stopped, calling this restarts the polling loop.
Stops the polling process immediately.
- Cancels any scheduled timers or in-flight requests.
- Safe to call multiple times; subsequent calls have no effect.