RESTClientFactory typedef

RESTClientFactory = FusionAuthRESTClient Function<ReturnType, ErrorReturnType>(String host, HttpClient httpClient)

Implementation

typedef RESTClientFactory = FusionAuthRESTClient
    Function<ReturnType, ErrorReturnType>(String host, HttpClient httpClient);