AWSCognitoIdentityProviderPreventUserExistenceErrorTypes
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderPreventUserExistenceErrorTypes) {
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesUnknown,
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesLegacy,
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesEnabled,
}
Swift
enum AWSCognitoIdentityProviderPreventUserExistenceErrorTypes : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesLegacySwift
case legacy = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderPreventUserExistenceErrorTypesEnabledSwift
case enabled = 2
View on GitHub
Install in Dash
AWSCognitoIdentityProviderPreventUserExistenceErrorTypes Enumeration Reference