Class OAuth2TestConfig
- java.lang.Object
-
- com.boomi.connector.testutil.auth.OAuth2TestConfig
-
public class OAuth2TestConfig extends Object
This class represents a test config which should be provided by connector integration tests to perform oauth 2 authentication. The unencrypted refresh token, client id, client secret, access token url are mandatory and used to retrieve access token during force update or when access token is null.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessTokenUrl()StringgetAuthTokenUrl()StringgetClientId()StringgetClientSecret()StringgetRefreshToken()
-