AWSCognitoIdentityProviderSetUserPoolMfaConfigResponse
Objective-C
@interface AWSCognitoIdentityProviderSetUserPoolMfaConfigResponse
Swift
class AWSCognitoIdentityProviderSetUserPoolMfaConfigResponse
-
The MFA configuration. Valid values include:
OFF
MFA won’t be used for any users.ON
MFA is required for all users to sign in.OPTIONAL
MFA will be required only for individual users who have an MFA factor enabled.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderUserPoolMfaType mfaConfiguration;
Swift
var mfaConfiguration: AWSCognitoIdentityProviderUserPoolMfaType { get set }
-
The SMS text message MFA configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderSmsMfaConfigType *_Nullable smsMfaConfiguration;
Swift
var smsMfaConfiguration: AWSCognitoIdentityProviderSmsMfaConfigType? { get set }
-
The software token MFA configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderSoftwareTokenMfaConfigType *_Nullable softwareTokenMfaConfiguration;
Swift
var softwareTokenMfaConfiguration: AWSCognitoIdentityProviderSoftwareTokenMfaConfigType? { get set }