AWSUICKeyChainStoreItemClass
Objective-C
NS_ENUM(NSInteger, AWSUICKeyChainStoreItemClass) {
AWSUICKeyChainStoreItemClassGenericPassword = 1,
AWSUICKeyChainStoreItemClassInternetPassword,
}
Swift
enum AWSUICKeyChainStoreItemClass : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreItemClassGenericPassword = 1
Swift
case genericPassword = 1
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreItemClassInternetPassword
Swift
case internetPassword = 2