Secret.Value.prototype.ref

function ref(): Secret.Value {
    // Gjs wrapper for secret_value_ref()
}
  

Add another reference to the Secret.Value. For each reference Secret.Value.prototype.unref should be called to unreference the value.

Returns

the value