---
title: ASExportedCredentialData
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/asexportedcredentialdata
---

# ASExportedCredentialData

A container for credential data that your app provides to an exporter or receives from an importer.

## Declaration

```swift
struct ASExportedCredentialData
```

## Overview

Overview This type is a wrapper object for multiple ASImportableAccount objects.

## Topics

### Accessing accounts

- [accounts](authenticationservices/asexportedcredentialdata/accounts.md)
- [ASImportableAccount](authenticationservices/asimportableaccount.md)

### Initializers

- [init(accounts:formatVersion:exporterRelyingPartyIdentifier:exporterDisplayName:timestamp:)](authenticationservices/asexportedcredentialdata/init(accounts:formatversion:exporterrelyingpartyidentifier:exporterdisplayname:timestamp:).md)

### Instance Properties

- [exporterDisplayName](authenticationservices/asexportedcredentialdata/exporterdisplayname.md)
- [exporterRelyingPartyIdentifier](authenticationservices/asexportedcredentialdata/exporterrelyingpartyidentifier.md)
- [formatVersion](authenticationservices/asexportedcredentialdata/formatversion-swift.property.md)
- [timestamp](authenticationservices/asexportedcredentialdata/timestamp.md)

### Enumerations

- [ASExportedCredentialData.FormatVersion](authenticationservices/asexportedcredentialdata/formatversion-swift.enum.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Exporting credentials

- [requestExport(for:)](authenticationservices/ascredentialexportmanager/requestexport(for:).md)
- [ASCredentialExportManager.ExportOptions](authenticationservices/ascredentialexportmanager/exportoptions.md)
- [exportCredentials(_:)](authenticationservices/ascredentialexportmanager/exportcredentials(_:).md)
