ASImportableEditableField
A field that someone can edit within a credential.
Declaration
struct ASImportableEditableFieldOverview
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:).