AutofillStore

interface AutofillStore

Public APIs for querying credentials stored in the autofill store

Functions

Link copied to clipboard
abstract suspend fun getCredentials(rawUrl: String): List<LoginCredentials>

Find saved credentials for the given URL, returning an empty list where no matches are found