AWSCognitoIdentityProviderGetUserPoolMfaConfigResponse
Objective-C
@interface AWSCognitoIdentityProviderGetUserPoolMfaConfigResponse
Swift
class AWSCognitoIdentityProviderGetUserPoolMfaConfigResponse
-
The multi-factor authentication (MFA) configuration. Valid values include:
OFFMFA won’t be used for any users.ONMFA is required for all users to sign in.OPTIONALMFA will be required only for individual users who have an MFA factor activated.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderUserPoolMfaType mfaConfiguration;Swift
var mfaConfiguration: AWSCognitoIdentityProviderUserPoolMfaType { get set } -
The SMS text message multi-factor authentication (MFA) configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderSmsMfaConfigType *_Nullable smsMfaConfiguration;Swift
var smsMfaConfiguration: AWSCognitoIdentityProviderSmsMfaConfigType? { get set } -
The software token multi-factor authentication (MFA) configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderSoftwareTokenMfaConfigType *_Nullable softwareTokenMfaConfiguration;Swift
var softwareTokenMfaConfiguration: AWSCognitoIdentityProviderSoftwareTokenMfaConfigType? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderGetUserPoolMfaConfigResponse Class Reference