exportCredentials(_:)
Exports the provided credential data.
Declaration
func exportCredentials(_ credentialData: ASExportedCredentialData) async throwsParameters
- credentialData:
The credential data to export.
Discussion
After you call the requestExport(for:) method and collect the credentials to export, pack the credentials into an ASExportedCredentialData object and call this method.