---
title: ASCredentialExportManager.ExportOptions
framework: authenticationservices
role: symbol
role_heading: Structure
path: authenticationservices/ascredentialexportmanager/exportoptions
---

# ASCredentialExportManager.ExportOptions

Options that configure the behavior of a credential export operation.

## Declaration

```swift
struct ExportOptions
```

## Topics

### Working with export options

- [formatVersion](authenticationservices/ascredentialexportmanager/exportoptions/formatversion.md)

## Relationships

### Conforms To

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

## See Also

### Exporting credentials

- [requestExport(for:)](authenticationservices/ascredentialexportmanager/requestexport(for:).md)
- [exportCredentials(_:)](authenticationservices/ascredentialexportmanager/exportcredentials(_:).md)
- [ASExportedCredentialData](authenticationservices/asexportedcredentialdata.md)
