authenticationMaxRetries abstract method

  1. @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
ConfigurationBuilder authenticationMaxRetries(
  1. 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,
);