Package com.okta.sdk.resource.model
Class OAuth2ClientSecret
java.lang.Object
com.okta.sdk.resource.model.OAuth2ClientSecret
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OAuth2ClientSecret
extends Object
implements Serializable
OAuth2ClientSecret
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Status of the OAuth 2.0 Client Secret -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The OAuth 2.0 client secret stringTimestamp when the OAuth Client 2.0 Secret was createdgetId()
The unique ID of the OAuth Client SecretTimestamp when the OAuth Client 2.0 Secret was updatedgetLinks()
Get linksOAuth 2.0 client secret string hashStatus of the OAuth 2.0 Client Secretint
hashCode()
links
(OAuthClientSecretLinks links) void
setLinks
(OAuthClientSecretLinks links) void
status
(OAuth2ClientSecret.StatusEnum status) toString()
-
Field Details
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_SECRET_HASH
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
OAuth2ClientSecret
public OAuth2ClientSecret()
-
-
Method Details
-
getClientSecret
The OAuth 2.0 client secret string- Returns:
- clientSecret
-
getCreated
Timestamp when the OAuth Client 2.0 Secret was created- Returns:
- created
-
getId
The unique ID of the OAuth Client Secret- Returns:
- id
-
getLastUpdated
Timestamp when the OAuth Client 2.0 Secret was updated- Returns:
- lastUpdated
-
getSecretHash
OAuth 2.0 client secret string hash- Returns:
- secretHash
-
status
-
getStatus
Status of the OAuth 2.0 Client Secret- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-