setRESTClientFactory method

FusionAuthClient setRESTClientFactory(
  1. RESTClientFactory restClientFactory
)

Sets the builder for the rest client so that it can be overridden/subclassed/or altered before client use.

Implementation

FusionAuthClient setRESTClientFactory(RESTClientFactory restClientFactory) {
  fusionAuthRESTClientFactory = restClientFactory;
  return this;
}