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:
BLOCKChoosing this action will block the request.MFA_IF_CONFIGUREDPresent an MFA challenge if user has configured it, else allow the request.MFA_REQUIREDPresent an MFA challenge if user has configured it, else block the request.NO_ACTIONAllow 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 }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAccountTakeoverActionType Class Reference