maxAutoLoginRetryTimes property

int? maxAutoLoginRetryTimes
getter/setter pair

自动登录重试次数 @discusssion 默认为 0。即默认情况下,自动登录将无限重试。设置成大于 0 的值后,在没有登录成功前,自动登录将重试最多 maxAutoLoginRetryTimes 次。

Implementation

int? maxAutoLoginRetryTimes;