Package com.okta.sdk.resource.model
Class UserFactorTokenHOTP
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorTokenHOTP
- 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 UserFactorTokenHOTP
extends UserFactor
implements Serializable
UserFactorTokenHOTP
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.UserFactor
factorType, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FACTOR_TYPE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_PROVIDER, JSON_PROPERTY_STATUS, JSON_PROPERTY_VENDOR_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
factorProfileId
(String factorProfileId) ID of an existing Custom TOTP Factor profile.Get profileint
hashCode()
profile
(UserFactorTokenHOTPProfile profile) void
setFactorProfileId
(String factorProfileId) void
setProfile
(UserFactorTokenHOTPProfile profile) toString()
Methods inherited from class com.okta.sdk.resource.model.UserFactor
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVendorName, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, status
-
Field Details
-
JSON_PROPERTY_FACTOR_PROFILE_ID
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
UserFactorTokenHOTP
public UserFactorTokenHOTP()
-
-
Method Details
-
factorProfileId
-
getFactorProfileId
ID of an existing Custom TOTP Factor profile. To create this, see [Custom TOTP Factor](https://help.okta.com/okta_help.htm?id=ext-mfa-totp).- Returns:
- factorProfileId
-
setFactorProfileId
-
profile
-
getProfile
Get profile- Overrides:
getProfile
in classUserFactor
- Returns:
- profile
-
setProfile
-
equals
- Overrides:
equals
in classUserFactor
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserFactor
-
toString
- Overrides:
toString
in classUserFactor
-