Class UserFactorWebAuthnProfile

java.lang.Object
com.okta.sdk.resource.model.UserFactorWebAuthnProfile
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 UserFactorWebAuthnProfile extends Object implements Serializable
UserFactorWebAuthnProfile
See Also:
  • Field Details

  • Constructor Details

    • UserFactorWebAuthnProfile

      public UserFactorWebAuthnProfile()
  • Method Details

    • authenticatorName

      public UserFactorWebAuthnProfile authenticatorName(String authenticatorName)
    • getAuthenticatorName

      @Nullable public String getAuthenticatorName()
      Human-readable name of the authenticator
      Returns:
      authenticatorName
    • setAuthenticatorName

      public void setAuthenticatorName(String authenticatorName)
    • credentialId

      public UserFactorWebAuthnProfile credentialId(String credentialId)
    • getCredentialId

      @Nullable public String getCredentialId()
      ID for the Factor credential
      Returns:
      credentialId
    • setCredentialId

      public void setCredentialId(String credentialId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object