Receives credentials from the sending end of the connection.
The sending end has to call send_credentials (or similar) for this to work.
As well as reading the credentials this also reads (and discards) a single byte from the stream, as this is required for credentials passing to work on some implementations.
This method can be expected to be available on the following platforms:
Other ways to exchange credentials with a foreign peer includes the UnixCredentialsMessage type and get_credentials function.
this | |
cancellable |
A Cancellable or null. |
Received credentials on success (free with unref), null if throws is set. |