Package com.okta.sdk.resource.model
Class ApplicationCredentialsOAuthClient
java.lang.Object
com.okta.sdk.resource.model.ApplicationCredentialsOAuthClient
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class ApplicationCredentialsOAuthClient
extends Object
implements Serializable
ApplicationCredentialsOAuthClient
- See Also:
-
Field Summary
-
Constructor Summary
-
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
-