Package com.okta.sdk.resource.model
Class OAuth2ClientSecretRequestBody
java.lang.Object
com.okta.sdk.resource.model.OAuth2ClientSecretRequestBody
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class OAuth2ClientSecretRequestBody
extends Object
implements Serializable
OAuth2ClientSecretRequestBody
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Status of the OAuth 2.0 Client Secret -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientSecret
(String clientSecret) boolean
The OAuth 2.0 client secret stringStatus of the OAuth 2.0 Client Secretint
hashCode()
void
setClientSecret
(String clientSecret) void
toString()