Exemple #1
0
func (k KeychainSecretStore) GetUsersWithStoredSecrets() ([]string, error) {
	return keychain.GetAccountsForService(k.context.GetStoredSecretServiceName())
}
Exemple #2
0
func GetUsersWithStoredSecrets() ([]string, error) {
	return keychain.GetAccountsForService(G.Env.GetStoredSecretServiceName())
}
func GetUsersWithStoredSecrets(c SecretStoreContext) ([]string, error) {
	return keychain.GetAccountsForService(c.GetStoredSecretServiceName())
}