retriesAllowed

The number of polling attempts remaining before timeout in simple polling mode.

This property is only used in simple polling mode (when pollChallengeStatus is false). It is initialized to pollRetries value and decremented after each polling interval. When it reaches 0, PollingStatus.TimedOut is emitted.

For challenge status polling mode, this value is maintained but not actively used in the polling logic.