Contents

ASImportableEditableField

A field that someone can edit within a credential.

Declaration

struct ASImportableEditableField

Overview

Examples of editable fields include ASImportableCredential/BasicAuthentication/username and password in ASImportableCredential.BasicAuthentication.

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

Topics

Creating an editable field

Accessing field properties

See Also

Accessing authentication properties