open fun unlock(encryptionKey: String): Deferred<Unit>
Overrides AsyncLoginsStorage.unlock
Unlocks the logins storage using the provided key.
InvalidKeyException - if the encryption key is wrong, or the db is corrupt
InvalidKeyException
MismatchedLockException - if we're already unlocked
MismatchedLockException