AWSCognitoIdentityProviderMFAOptionType
Objective-C
@interface AWSCognitoIdentityProviderMFAOptionType
Swift
class AWSCognitoIdentityProviderMFAOptionType
This data type is no longer supported. Applies only to SMS multi-factor authentication (MFA) configurations. Does not apply to time-based one-time password (TOTP) software token MFA configurations.
-
The attribute name of the MFA option type. The only valid value is
phone_number
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable attributeName;
Swift
var attributeName: String? { get set }
-
The delivery medium to send the MFA code. You can use this parameter to set only the
SMS
delivery medium value.Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderDeliveryMediumType deliveryMedium;
Swift
var deliveryMedium: AWSCognitoIdentityProviderDeliveryMediumType { get set }