Service.lookupFinish

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

If no secret is found then null is returned.

Parameters

resultthe asynchronous result passed to the callback

Returns

a newly allocated secret.value.Value, which should be

released with secret.value.Value.unref, or null if no secret found

Throws