AWSCognitoIdentityProviderAttributeDataType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAttributeDataType) {
AWSCognitoIdentityProviderAttributeDataTypeUnknown,
AWSCognitoIdentityProviderAttributeDataTypeString,
AWSCognitoIdentityProviderAttributeDataTypeNumber,
AWSCognitoIdentityProviderAttributeDataTypeDateTime,
AWSCognitoIdentityProviderAttributeDataTypeBoolean,
}
Swift
enum AWSCognitoIdentityProviderAttributeDataType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAttributeDataTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAttributeDataTypeStringSwift
case string = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAttributeDataTypeNumberSwift
case number = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAttributeDataTypeDateTimeSwift
case dateTime = 3 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAttributeDataTypeBooleanSwift
case boolean = 4
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAttributeDataType Enumeration Reference