AWSUICKeyChainStoreAccessibility
Objective-C
NS_ENUM(NSInteger, AWSUICKeyChainStoreAccessibility) {
AWSUICKeyChainStoreAccessibilityWhenUnlocked = 1,
AWSUICKeyChainStoreAccessibilityAfterFirstUnlock,
AWSUICKeyChainStoreAccessibilityAlways __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSUICKeyChainStoreAccessibilityAfterFirstUnlock"),
AWSUICKeyChainStoreAccessibilityWhenPasscodeSetThisDeviceOnly
__OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0),
AWSUICKeyChainStoreAccessibilityWhenUnlockedThisDeviceOnly,
AWSUICKeyChainStoreAccessibilityAfterFirstUnlockThisDeviceOnly,
AWSUICKeyChainStoreAccessibilityAlwaysThisDeviceOnly __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSUICKeyChainStoreAccessibilityAfterFirstUnlockThisDeviceOnly"),
}
Swift
enum AWSUICKeyChainStoreAccessibility : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityWhenUnlocked = 1
Swift
case whenUnlocked = 1
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityAfterFirstUnlock
Swift
case afterFirstUnlock = 2
-
Deprecated
Use an accessibility level that provides some user protection, such as AWSUICKeyChainStoreAccessibilityAfterFirstUnlock
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityAlways
Swift
case always = 3
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityWhenPasscodeSetThisDeviceOnly
Swift
case whenPasscodeSetThisDeviceOnly = 4
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityWhenUnlockedThisDeviceOnly
Swift
case whenUnlockedThisDeviceOnly = 5
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityAfterFirstUnlockThisDeviceOnly
Swift
case afterFirstUnlockThisDeviceOnly = 6
-
Deprecated
Use an accessibility level that provides some user protection, such as AWSUICKeyChainStoreAccessibilityAfterFirstUnlockThisDeviceOnly
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAccessibilityAlwaysThisDeviceOnly
Swift
case alwaysThisDeviceOnly = 7