set_secret


Description:

public async bool set_secret (Value value, Cancellable? cancellable) throws Error

Set the secret value of this item.

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

This function returns immediately and completes asynchronously.

Parameters:

this

an item

value

a new secret value

cancellable

optional cancellation object

callback

called when the operation completes

user_data

data to pass to the callback