All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.trimble.id.IHttpClientProvider Maven / Gradle / Ivy

Go to download

Trimble Identity OAuth Client library holds the client classes that are used for communicating with Trimble Identity Service

The newest version!
package com.trimble.id;

import java.util.concurrent.CompletableFuture;

public interface IHttpClientProvider {

	public CompletableFuture retrieveClient() throws SDKClientException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy