Item.loadSecretsFinish

Complete asynchronous operation to load the secret values for secret items stored in the service.

Items that are locked will not have their secrets loaded.

class Item
static
bool
loadSecretsFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

asynchronous result passed to callback

Return Value

Type: bool

whether the operation succeeded or not

Throws

GException on failure.

Meta