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