public class ClientCredentials extends Object
ClientCredentials holds Client ID and Client Secret| Constructor and Description |
|---|
ClientCredentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientID() |
String |
getClientSecret() |
void |
setClientID(String clientID) |
void |
setClientSecret(String clientSecret) |
public String getClientID()
public void setClientID(String clientID)
clientID - the clientID to setpublic String getClientSecret()
public void setClientSecret(String clientSecret)
clientSecret - the clientSecret to setCopyright © 2016. All Rights Reserved.