authenticationMaxRetries property Null safety

  1. @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
int authenticationMaxRetries

The maximum number of retries for authentication.

The authentication retries will fail after this count is exceeded.

Implementation

@Deprecated(
    "Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
int get authenticationMaxRetries;