resends property

  1. @BuiltValueField.new(wireName: r'resends')
int? get resends

The number of times the one-time password (OTP) was resent during the challenge.

Implementation

@BuiltValueField(wireName: r'resends')
int? get resends;