Service.storeFinish

Finish asynchronous operation to store a secret value in the secret service.

class Service
bool
storeFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: bool

whether the storage was successful or not

Throws

GException on failure.

Meta