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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.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 clientSecretRequire Proof Key for Code Exchange (PKCE) for additional verificationGet tokenEndpointAuthMethodint
hashCode()
pkceRequired
(Boolean pkceRequired) void
setAutoKeyRotation
(Boolean autoKeyRotation) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setPkceRequired
(Boolean pkceRequired) 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_PKCE_REQUIRED
- See Also:
-
JSON_PROPERTY_TOKEN_ENDPOINT_AUTH_METHOD
- See Also:
-
-
Constructor Details
-
ApplicationCredentialsOAuthClient
public ApplicationCredentialsOAuthClient()
-
-
Method Details
-
autoKeyRotation
-
getAutoKeyRotation
-
setAutoKeyRotation
-
clientId
-
getClientId
-
setClientId
-
clientSecret
-
getClientSecret
-
setClientSecret
-
pkceRequired
-
getPkceRequired
-
setPkceRequired
-
tokenEndpointAuthMethod
public ApplicationCredentialsOAuthClient tokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod) -
getTokenEndpointAuthMethod
Get tokenEndpointAuthMethod- Returns:
- tokenEndpointAuthMethod
-
setTokenEndpointAuthMethod
-
equals
-
hashCode
-
toString
-