android-components / mozilla.components.service.sync.logins / AsyncLoginsStorage / sync

sync

abstract fun sync(syncInfo: SyncUnlockInfo): Deferred<Unit> (source)

Synchronizes the logins storage layer with a remote layer.

Exceptions

SyncAuthInvalidException - if authentication needs to be refreshed

RequestFailedException - if there was a network error during connection.