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

get

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

Overrides AsyncLoginsStorage.get

Fetches a password from the underlying storage layer by ID.

Resolves to null if the record does not exist.