AWSUICKeyChainStoreAuthenticationPolicy
Objective-C
NS_ENUM(NSInteger, AWSUICKeyChainStoreAuthenticationPolicy) {
AWSUICKeyChainStoreAuthenticationPolicyUserPresence = kSecAccessControlUserPresence,
}
Swift
enum AWSUICKeyChainStoreAuthenticationPolicy : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationPolicyUserPresence = kSecAccessControlUserPresence
Swift
case userPresence = 1