Class WebAuthnMfaSettingsType
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnMfaSettingsType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>
@Generated("software.amazon.awssdk:codegen")
public final class WebAuthnMfaSettingsType
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>
A user's preference for using passkey, or WebAuthn, multi-factor authentication (MFA). Turns passkey MFA on and off
for the user. Unlike other MFA settings types, this type doesn't include a PreferredMfa option because
passkey MFA applies only when passkey is the first authentication factor.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Booleanenabled()Specifies whether passkey MFA is activated for a user.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends WebAuthnMfaSettingsType.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.
- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-