Item.loadSecretFinish

Complete asynchronous operation to load the secret value of this item.

The newly loaded secret value can be accessed by calling secret_item_get_secret().

class Item
bool
loadSecretFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

asynchronous result passed to callback

Return Value

Type: bool

whether the secret item successfully loaded or not

Throws

GException on failure.

Meta