receive
Description:
Receive a string from the other side of secret exchange.
This string will have been created by [method@SecretExchange.begin] or [method@SecretExchange.send].
After this call completes successfully the value returned from get_secret will have changed.
Parameters:
this |
a SecretExchange object |
exchange |
the string received |
Returns:
whether the string was successfully parsed and received |