public class ApplicationKeyReGenerateResponseDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONSUMER_KEY |
static String |
SERIALIZED_NAME_CONSUMER_SECRET |
| Constructor and Description |
|---|
ApplicationKeyReGenerateResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyReGenerateResponseDTO |
consumerKey(String consumerKey) |
ApplicationKeyReGenerateResponseDTO |
consumerSecret(String consumerSecret) |
boolean |
equals(Object o) |
String |
getConsumerKey()
The consumer key associated with the application, used to indetify the client
|
String |
getConsumerSecret()
The client secret that is used to authenticate the client with the authentication server
|
int |
hashCode() |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
String |
toString() |
public static final String SERIALIZED_NAME_CONSUMER_KEY
public static final String SERIALIZED_NAME_CONSUMER_SECRET
public ApplicationKeyReGenerateResponseDTO consumerKey(String consumerKey)
@Nullable public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public ApplicationKeyReGenerateResponseDTO consumerSecret(String consumerSecret)
@Nullable public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
Copyright © 2021 WSO2 Inc. All rights reserved.