maxAttempts property

int? maxAttempts
final

The maximum number of attempts allowed.

If provided, limits the total number of attempts for a given nonce. If timeframe is also provided, this limit applies within that timeframe.

Implementation

final int? maxAttempts;