getCredentials

abstract fun getCredentials(service: String): Map<String, String>

Extracts all credentials for service.

Return

Map where key is account name in service and value is password for this account.

Parameters

service

service name.