GenericConnectorConfiguration constructor

GenericConnectorConfiguration({
  1. String authenticationURL,
  2. num connectTimeout,
  3. Map<String, String> headers,
  4. String httpAuthenticationPassword,
  5. String httpAuthenticationUsername,
  6. num readTimeout,
  7. String sslCertificateKeyId,
})

Implementation

GenericConnectorConfiguration(
    {this.authenticationURL,
    this.connectTimeout,
    this.headers,
    this.httpAuthenticationPassword,
    this.httpAuthenticationUsername,
    this.readTimeout,
    this.sslCertificateKeyId});