@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class IdentityProviderCredentialsClient extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CLIENT_ID |
static String |
JSON_PROPERTY_CLIENT_SECRET |
Constructor and Description |
---|
IdentityProviderCredentialsClient() |
Modifier and Type | Method and Description |
---|---|
IdentityProviderCredentialsClient |
clientId(String clientId) |
IdentityProviderCredentialsClient |
clientSecret(String clientSecret) |
boolean |
equals(Object o) |
String |
getClientId()
Get clientId
|
String |
getClientSecret()
Get clientSecret
|
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
String |
toString() |
public static final String JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_SECRET
public IdentityProviderCredentialsClient clientId(String clientId)
public void setClientId(String clientId)
public IdentityProviderCredentialsClient clientSecret(String clientSecret)
public void setClientSecret(String clientSecret)
Copyright © 2017–2023 Okta. All rights reserved.