DefaultFusionAuthRESTClientFactory<ReturnType, ErrorReturnType> function

FusionAuthRESTClient<ReturnType, ErrorReturnType> DefaultFusionAuthRESTClientFactory<ReturnType, ErrorReturnType>(
  1. dynamic host,
  2. dynamic httpClient
)

Implementation

FusionAuthRESTClient<ReturnType, ErrorReturnType>
    DefaultFusionAuthRESTClientFactory<ReturnType, ErrorReturnType>(
        host, httpClient) {
  return FusionAuthRESTClient<ReturnType, ErrorReturnType>(host, httpClient);
}