enum class AuthExceptionType
An auth-related exception type, for use with AuthException. |
|
class FirefoxSyncFeature<AuthType>
A feature implementation which orchestrates data synchronization of a set of SyncableStore which all share a common AuthType. |
|
data class FxaAuthInfo
A Firefox Sync friendly auth object which can be obtained from FirefoxAccount. |
|
data class StoreSyncStatus |
class AuthException : Exception
An exception which may happen while obtaining auth information using FirefoxAccount. |
typealias SyncResult = Map<String, StoreSyncStatus>
A set of results of running a sync operation for all configured stores. |