public class OAuthCredentials extends Object implements Serializable
| Constructor and Description |
|---|
OAuthCredentials()
Constructs this object with no property values.
|
OAuthCredentials(String id,
String secret)
Constructs a credentials with an identifier and a secret.
|
public OAuthCredentials()
public OAuthCredentials(String id, String secret)
setId(java.lang.String) and setSecret(java.lang.String).id - identifiersecret - secretpublic String getId()
public String getSecret()
public void setId(String id)
id - identifier to be setpublic void setSecret(String secret)
secret - secret to be setCopyright © 2015 Nishimura Software Studio. All rights reserved.