GenericHTTPEndpointConfig constructor

GenericHTTPEndpointConfig({
  1. BasicAuthentication? basicAuthentication,
  2. BearerTokenAuthentication? bearerTokenAuthentication,
  3. String? hostUri,
  4. ServiceDirectoryConfig? serviceDirectoryConfig,
  5. String? sslCaCertificate,
})

Implementation

GenericHTTPEndpointConfig({
  this.basicAuthentication,
  this.bearerTokenAuthentication,
  this.hostUri,
  this.serviceDirectoryConfig,
  this.sslCaCertificate,
});