authenticationRetryIntervalInSeconds abstract method

  1. @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
ConfigurationBuilder authenticationRetryIntervalInSeconds(
  1. Duration authenticationRetryIntervalInSeconds
)

Sets the time interval for authentication in seconds.

For the default value please see the native API references.

Params:

  • authenticationRetryIntervalInSeconds: the time interval for authentication in seconds.

Returns: a ConfigurationBuilder object.

Implementation

@Deprecated(
    "Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
ConfigurationBuilder authenticationRetryIntervalInSeconds(
  Duration authenticationRetryIntervalInSeconds,
);