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:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class ApplicationCredentialsOAuthClient
extends Object
implements Serializable
ApplicationCredentialsOAuthClient
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoKeyRotation(Boolean autoKeyRotation) clientSecret(String clientSecret) booleanGet autoKeyRotationGet clientIdGet clientSecretRequire Proof Key for Code Exchange (PKCE) for additional verificationGet tokenEndpointAuthMethodinthashCode()pkceRequired(Boolean pkceRequired) voidsetAutoKeyRotation(Boolean autoKeyRotation) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetPkceRequired(Boolean pkceRequired) voidsetTokenEndpointAuthMethod(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
-