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

inetsoft.spark.quickbooks.token.TokenStrategy Maven / Gradle / Ivy

Go to download

The runtime implementation of the Spark QuickBooks connector. This library is isolated from the rest of the connector because the QuickBooks Online libraries have dependencies that conflict with Spark and need to be on an isolated classpath.

The newest version!
package inetsoft.spark.quickbooks.token;

import com.intuit.oauth2.exception.OAuthException;

/**
 * Token strategies provide their own logic for returning an OAuth access token used to query the
 * QuickBooks API
 */
public interface TokenStrategy {
   String getAccessToken() throws OAuthException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy