maxAutoLoginRetryTimes property Null safety

int? maxAutoLoginRetryTimes
read / write

Automatic login retry count @ discussion The default value is 0. By default, automatic login will retry infinitely. If the value set to a number greater than 0, the automatic login will retry up to maxAutoLoginRetryTimes times before no successful login.

Implementation

int? maxAutoLoginRetryTimes;