ItemClass

@objc
enum ItemClass : Int

Constants that provide information regarding item class of keychain worker.

  • The item class of the value that indicates a generic password item.

    Declaration

    Swift

    case generic
  • The item class of the value that indicates an Internet password item.

    Declaration

    Swift

    case internet