Skip to main content
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.