RetrievableT.retrieveSecretSync

Retrieve the secret value of this object synchronously.

Each retrievable object has a single secret which might be a password or some other secret binary value.

This method may block indefinitely and should not be used in user interface threads.

template RetrievableT()
override
retrieveSecretSync

Parameters

cancellable gio.cancellable.Cancellable

optional cancellation object

Return Value

Type: secret.value.Value

the secret value which should be released with secret.value.Value.unref, or null