isInvisible property

bool? isInvisible
final

kSecAttrIsInvisible: Shared or Unique. Indicates whether the keychain item is hidden from user-visible lists. Can apply to all items in a category (shared) or specific items (unique).

Implementation

final bool? isInvisible;