public class OAuthSettings extends Object
| Constructor and Description |
|---|
OAuthSettings(String consumerKey,
String consumerSecret,
String accessToken,
String accessTokenSecret) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getAccessTokenSecret() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
public OAuthSettings(@NotNull
String consumerKey,
@NotNull
String consumerSecret,
@NotNull
String accessToken,
@NotNull
String accessTokenSecret)
consumerKey - Consumer key.consumerSecret - Consumer secret.accessToken - Access token.accessTokenSecret - Access secret token.@NotNull public String getConsumerKey()
@NotNull public String getConsumerSecret()
@NotNull public String getAccessToken()
@NotNull public String getAccessTokenSecret()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019