public class OAuthSecrets extends Object
Constructor and Description |
---|
OAuthSecrets() |
Modifier and Type | Method and Description |
---|---|
OAuthSecrets |
consumerSecret(String consumerSecret)
Builder pattern method to return
OAuthSecrets after setting
consumer secret. |
String |
getConsumerSecret()
Returns the consumer secret.
|
String |
getTokenSecret()
Returns request or access token.
|
void |
setConsumerSecret(String consumerSecret) |
void |
setTokenSecret(String tokenSecret)
Sets request or access token.
|
OAuthSecrets |
tokenSecret(String tokenSecret)
Builder pattern method to return
OAuthSecrets after setting
consumer secret. |
public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public OAuthSecrets consumerSecret(String consumerSecret)
OAuthSecrets
after setting
consumer secret.consumerSecret
- the consumer secret.public String getTokenSecret()
public void setTokenSecret(String tokenSecret)
public OAuthSecrets tokenSecret(String tokenSecret)
OAuthSecrets
after setting
consumer secret.tokenSecret
- the token secret.Copyright © 2013 Oracle Corporation. All rights reserved.