startExportingCredentials
abstract suspend fun startExportingCredentials(documentStore: DocumentStore, documentTypeRepository: DocumentTypeRepository)
Registers all documents in the given DocumentStore with the platform.
This also watches the store and updates the registration as documents and credentials are added and removed.
Parameters
documentStore
the DocumentStore to export credentials from.
documentTypeRepository