AWSCognitoIdentityProviderAccountTakeoverEventActionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAccountTakeoverEventActionType) {
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeUnknown,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeBlock,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaIfConfigured,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaRequired,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeNoAction,
}
Swift
enum AWSCognitoIdentityProviderAccountTakeoverEventActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeBlockSwift
case block = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaIfConfiguredSwift
case mfaIfConfigured = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaRequiredSwift
case mfaRequired = 3 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeNoActionSwift
case noAction = 4
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAccountTakeoverEventActionType Enumeration Reference