ASImportableItem
An item for use in import and export.
Declaration
struct ASImportableItemOverview
An item represents an account for a service stored by the password manager. One item can store multiple credentials. For example, to represent an account with a password and a passkey, use an item with two credentials: a ASImportableCredential.BasicAuthentication password and a ASImportableCredential.Passkey.
This type is a representation of Item as defined in the Credential Exchange Format (CXF) specification. You can supply a JSON representation of a CXF Item to initialize an instance of this struct by using a JSONDecoder and calling decode(_:from:).
Topics
Accessing item properties
Initializers
init(id:created:lastModified:title:subtitle:favorite:scope:credentials:tags:)init(id:created:lastModified:title:subtitle:favorite:scope:credentials:tags:extensions:)init(id:title:subtitle:favorite:scope:credentials:tags:)