Package com.okta.sdk.resource.model
Class WebAuthnUserFactorProfile
java.lang.Object
com.okta.sdk.resource.model.WebAuthnUserFactorProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-17T07:49:15.347219-05:00[America/Chicago]",
comments="Generator version: 7.5.0")
public class WebAuthnUserFactorProfile
extends Object
implements Serializable
WebAuthnUserFactorProfile
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthenticatorName
(String authenticatorName) credentialId
(String credentialId) boolean
Get authenticatorNameGet credentialIdint
hashCode()
void
setAuthenticatorName
(String authenticatorName) void
setCredentialId
(String credentialId) toString()
-
Field Details
-
JSON_PROPERTY_AUTHENTICATOR_NAME
- See Also:
-
JSON_PROPERTY_CREDENTIAL_ID
- See Also:
-
-
Constructor Details
-
WebAuthnUserFactorProfile
public WebAuthnUserFactorProfile()
-
-
Method Details
-
authenticatorName
-
getAuthenticatorName
Get authenticatorName- Returns:
- authenticatorName
-
setAuthenticatorName
-
credentialId
-
getCredentialId
Get credentialId- Returns:
- credentialId
-
setCredentialId
-
equals
-
hashCode
public int hashCode() -
toString
-