AWSCognitoIdentityProviderCompromisedCredentialsEventActionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderCompromisedCredentialsEventActionType) {
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeUnknown,
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeBlock,
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeNoAction,
}
Swift
enum AWSCognitoIdentityProviderCompromisedCredentialsEventActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeBlock
Swift
case block = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeNoAction
Swift
case noAction = 2