Contents

ASImportableCredential

A credential for use in import and export.

Declaration

enum ASImportableCredential

Overview

A credential represents a piece of secure information associated with an item. ASImportableCredential currently supports the following kinds of credentials:

  • Password (BasicAuthentication)

  • Passkey

  • Time-based one-time password (TOTP)

  • Note

  • Credit card

This type is a representation of Credential as defined in the Credential Exchange Format (CXF) specification. You can supply a JSON representation of a CXF Credential to initialize an instance of this struct by using a JSONDecoder and calling decode(_:from:).

Topics

Login credential types

Document credential types

Identity credential types

Structures

Enumeration Cases

See Also

Accessing item properties