Contents

exportCredentials(_:)

Exports the provided credential data.

Declaration

func exportCredentials(_ credentialData: ASExportedCredentialData) async throws

Parameters

  • 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.

See Also

Exporting credentials