load_secrets_sync
Description:
public static bool load_secrets_sync (List<Item> items, Cancellable? cancellable = null) throws Error
Load the secret values for a secret item stored in the service.
The items
must all have the same [propertyItem:service
] property.
This method may block indefinitely and should not be used in user interface threads.
Items that are locked will not have their secrets loaded.
Parameters:
items |
the items to retrieve secrets for |
cancellable |
optional cancellation object |
Returns:
whether the operation succeeded or not |