AWSCognitoIdentityProviderAccountTakeoverEventActionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAccountTakeoverEventActionType) {
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeUnknown,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeBlock,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaIfConfigured,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaRequired,
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeNoAction,
}
Swift
enum AWSCognitoIdentityProviderAccountTakeoverEventActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeBlock
Swift
case block = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaIfConfigured
Swift
case mfaIfConfigured = 2
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeMfaRequired
Swift
case mfaRequired = 3
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAccountTakeoverEventActionTypeNoAction
Swift
case noAction = 4