authenticationRetryIntervalInSeconds abstract method

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

Set 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 ConfigurationAuthCloudBuilder object.

Implementation

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