Contents

ASImportableItem

An item for use in import and export.

Declaration

struct ASImportableItem

Overview

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

Instance Properties

See Also

Accessing account properties