isInvisible property
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;
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).
final bool? isInvisible;