AWSCognitoIdentityProviderSoftwareTokenMfaSettingsType
Objective-C
@interface AWSCognitoIdentityProviderSoftwareTokenMfaSettingsTypeSwift
class AWSCognitoIdentityProviderSoftwareTokenMfaSettingsTypeThe type used for enabling software token MFA at the user level. If an MFA type is activated 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 want MFA to be applied selectively based on the assessed risk level of sign-in attempts, deactivate MFA for users and turn on Adaptive Authentication for the user pool.
- 
                  
                  Specifies whether software token MFA is activated. If an MFA type is activated 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. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable enabled;Swift var enabled: NSNumber? { get set }
- 
                  
                  Specifies whether software token MFA is the preferred MFA method. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable preferredMfa;Swift var preferredMfa: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSCognitoIdentityProviderSoftwareTokenMfaSettingsType Class Reference
        AWSCognitoIdentityProviderSoftwareTokenMfaSettingsType Class Reference