authenticationMaxRetries abstract method
- @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
- int authenticationMaxRetries
Sets the maximum number of retries for authentication.
For the default value please see the native API references.
Params:
- authenticationMaxRetries: the maximum number of retries for authentication.
Returns: a ConfigurationBuilder object.
Implementation
@Deprecated(
"Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
ConfigurationBuilder authenticationMaxRetries(
int authenticationMaxRetries,
);