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

touch

abstract fun touch(id: String): Deferred<Unit> (source)

Marks the login with the given ID as in-use.

Exceptions

NoSuchRecordException - if the login does not exist.