clearClientData

open suspend override fun clearClientData(clearLocalFiles: suspend () -> Unit)

Handles the migration error of a proteus client storage from CryptoBox to CoreCrypto. It will perform a logout, using LogoutReason.MIGRATION_TO_CC_FAILED as the reason.

This achieves that the client data is cleared and the user is logged out without losing content.