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

get

abstract fun get(id: String): Deferred<ServerPassword?> (source)

Fetches a password from the underlying storage layer by ID.

Resolves to null if the record does not exist.