Gcr.SecretExchange.prototype.begin

function begin(): String {
    // Gjs wrapper for gcr_secret_exchange_begin()
}
  

Begin the secret exchange. The resulting string should be sent to the other side of the exchange. The other side should use Gcr.SecretExchange.prototype.receive to process the string.

Returns

A newly allocated string to be sent to the other side of the secret exchange