public class ClientSecretRefreshResponse extends ApiResponse
/api/client/secret/refresh API.| Constructor and Description |
|---|
ClientSecretRefreshResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewClientSecret()
Get the new client secret.
|
String |
getOldClientSecret()
Get the old client secret.
|
void |
setNewClientSecret(String secret)
Set the new client secret.
|
void |
setOldClientSecret(String secret)
Set the old client secret.
|
getResultCode, getResultMessage, setResultCode, setResultMessagepublic String getNewClientSecret()
public void setNewClientSecret(String secret)
secret - The new client secret.public String getOldClientSecret()
public void setOldClientSecret(String secret)
secret - The old client secret.Copyright © 2019. All rights reserved.