kSecAttrSynchronizableAny
Specifies that both synchronizable and non-synchronizable results should be returned from a query.
Declaration
let kSecAttrSynchronizableAny: CFStringDiscussion
This may be used as a value for the kSecAttrSynchronizable dictionary key (in place of kCFBooleanTrue or kCFBooleanFalse) in a call to SecItemCopyMatching(_:_:), SecItemUpdate(_:_:), or SecItemDelete(_:).