getCredentials

abstract suspend fun getCredentials(rawUrl: String): List<LoginCredentials>

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

Parameters

rawUrl

Can be a full, unmodified URL taken from the URL bar (containing subdomains, query params etc...)