public class ClientSecretUpdateRequest extends Object implements Serializable
/api/client/secret/update API.
clientSecret(REQUIRED)A new value of the client secret. Valid characters for a client secret are
A-Z,a-z,0-9,-, and_. The maximum length of a client secret is 86.
| Constructor and Description |
|---|
ClientSecretUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientSecret()
Get the client secret.
|
ClientSecretUpdateRequest |
setClientSecret(String clientSecret)
Set the client secret.
|
public String getClientSecret()
public ClientSecretUpdateRequest setClientSecret(String clientSecret)
Valid characters for a client secret are A-Z,
a-z, 0-9, -, and _.
The maximum length of a client secret is 86.
clientSecret - The new value of the client secret.IllegalArgumentException - clientSecret is null.clientSecret is an empty string.clientSecret exceeds 86.clientSecret contains an illegal character.Copyright © 2019. All rights reserved.