Interface WebAuthnMfaSettingsType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>, SdkBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>, SdkPojo
Enclosing class:
WebAuthnMfaSettingsType

@Mutable @NotThreadSafe public static interface WebAuthnMfaSettingsType.Builder extends SdkPojo, CopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>
  • Method Details

    • enabled

      Specifies whether passkey MFA is activated for a user. When activated, the user's passkey authentication requires user verification, and passkey sign-in is available when MFA is required. The user must also have at least one other MFA method such as SMS, TOTP, or email activated to prevent account lockout.

      Parameters:
      enabled - Specifies whether passkey MFA is activated for a user. When activated, the user's passkey authentication requires user verification, and passkey sign-in is available when MFA is required. The user must also have at least one other MFA method such as SMS, TOTP, or email activated to prevent account lockout.
      Returns:
      Returns a reference to this object so that method calls can be chained together.