public class OAuth2TestConfig extends Object
| Constructor and Description |
|---|
OAuth2TestConfig(String accessTokenUrl,
String authTokenUrl,
String clientId,
String clientSecret,
String refreshToken)
Create a new instance of OAuth2 config
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUrl() |
String |
getAuthTokenUrl() |
String |
getClientId() |
String |
getClientSecret() |
String |
getRefreshToken() |