inetsoft.spark.quickbooks.token.TokenStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spark-quickbooks-runtime Show documentation
Show all versions of spark-quickbooks-runtime Show documentation
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