Package org.openapitools.client.model
Class ApplicationCredentialsOAuthClient
java.lang.Object
org.openapitools.client.model.ApplicationCredentialsOAuthClient
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class ApplicationCredentialsOAuthClient
extends Object
ApplicationCredentialsOAuthClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoKeyRotation
(Boolean autoKeyRotation) clientSecret
(String clientSecret) boolean
Get autoKeyRotationGet clientIdGet clientSecretGet tokenEndpointAuthMethodint
hashCode()
void
setAutoKeyRotation
(Boolean autoKeyRotation) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setTokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) tokenEndpointAuthMethod
(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) toString()
-
Field Details
-
JSON_PROPERTY_AUTO_KEY_ROTATION
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
- See Also:
-
-
Constructor Details
-
ApplicationCredentialsOAuthClient
public ApplicationCredentialsOAuthClient()
-
-
Method Details
-
autoKeyRotation
-
getAutoKeyRotation
Get autoKeyRotation- Returns:
- autoKeyRotation
-
setAutoKeyRotation
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
tokenEndpointAuthMethod
public ApplicationCredentialsOAuthClient tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
getTokenEndpointAuthMethod
Get tokenEndpointAuthMethod- Returns:
- tokenEndpointAuthMethod
-
setTokenEndpointAuthMethod
-
equals
-
hashCode
public int hashCode() -
toString
-