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 String
getAccessTokenUrl()
String
getAuthTokenUrl()
String
getClientId()
String
getClientSecret()
String
getRefreshToken()
-