Contents

ASImportableLinkedItem

A linked item for use in import and export.

Declaration

struct ASImportableLinkedItem

Overview

A linked item serves as a reference to an item, and contains no data of its own.

This type is a representation of LinkedItem 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

Creating a linked item

Accessing linked item properties

See Also

Accessing collection properties