networkTimeoutInSeconds abstract method

ConfigurationAuthCloudBuilder networkTimeoutInSeconds(
  1. Duration networkTimeoutInSeconds
)

Sets the time interval for network timeouts in seconds.

For the default value please see the native API references.

Params:

  • networkTimeoutInSeconds: the time interval for network timeouts in seconds.

Returns: a ConfigurationAuthCloudBuilder object.

Implementation

ConfigurationAuthCloudBuilder networkTimeoutInSeconds(
  Duration networkTimeoutInSeconds,
);