Skip to main content

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
type MfaPollingOptions = {
  intervalMs?: number;
  onCompleted?: () => void;
  onError?: (error: Error) => void;
}
MfaPollingOptions
object
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.