class Aws::CognitoIdentityProvider::Types::SoftwareTokenMfaSettingsType

The type used for enabling software token MFA at the user level. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted. If you would like MFA to be applied selectively based on the assessed risk level of sign in attempts, disable MFA for users and turn on Adaptive Authentication for the user pool.

@note When making an API call, you may pass SoftwareTokenMfaSettingsType

data as a hash:

    {
      enabled: false,
      preferred_mfa: false,
    }

@!attribute [rw] enabled

Specifies whether software token MFA is enabled. If an MFA type is
enabled for a user, the user will be prompted for MFA during all
sign in attempts, unless device tracking is turned on and the device
has been trusted.
@return [Boolean]

@!attribute [rw] preferred_mfa

Specifies whether software token MFA is the preferred MFA method.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/SoftwareTokenMfaSettingsType AWS API Documentation

Constants

SENSITIVE