AWSCognitoIdentityProviderAccountTakeoverActionType
Objective-C
@interface AWSCognitoIdentityProviderAccountTakeoverActionType
Swift
class AWSCognitoIdentityProviderAccountTakeoverActionType
Account takeover action type.
Required parameters: [Notify, EventAction]
-
The action to take in response to the account takeover action. Valid values are as follows:
BLOCK
Choosing this action will block the request.MFA_IF_CONFIGURED
Present an MFA challenge if user has configured it, else allow the request.MFA_REQUIRED
Present an MFA challenge if user has configured it, else block the request.NO_ACTION
Allow the user to sign in.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderAccountTakeoverEventActionType eventAction;
Swift
var eventAction: AWSCognitoIdentityProviderAccountTakeoverEventActionType { get set }
-
Flag specifying whether to send a notification.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable notify;
Swift
var notify: NSNumber? { get set }