authenticationRetryIntervalInSeconds abstract method
- @Deprecated("Use Authentication.retryPolicyObtainingAuthorizationProvider instead.")
- 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,
);