Enum WebAuthnFactorConfigurationType

java.lang.Object
java.lang.Enum<WebAuthnFactorConfigurationType>
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnFactorConfigurationType
All Implemented Interfaces:
Serializable, Comparable<WebAuthnFactorConfigurationType>

@Generated("software.amazon.awssdk:codegen") public enum WebAuthnFactorConfigurationType extends Enum<WebAuthnFactorConfigurationType>

The configuration of passkey authentication as a single factor or a multi-factor authentication (MFA) method. When set to MULTI_FACTOR_WITH_USER_VERIFICATION, your user pool requires passkey authenticators to perform user verification, for example a biometric or PIN. User verification combined with the passkey constitutes multi-factor authentication. When set to SINGLE_FACTOR, passkeys are a single authentication factor.