GenericHTTPEndpointConfig constructor
GenericHTTPEndpointConfig({
- BasicAuthentication? basicAuthentication,
- BearerTokenAuthentication? bearerTokenAuthentication,
- String? hostUri,
- ServiceDirectoryConfig? serviceDirectoryConfig,
- String? sslCaCertificate,
Implementation
GenericHTTPEndpointConfig({
this.basicAuthentication,
this.bearerTokenAuthentication,
this.hostUri,
this.serviceDirectoryConfig,
this.sslCaCertificate,
});