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