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