Passes the credentials of the current user the receiving side of the connection.
The receiving end has to call receive_credentials (or similar) to accept the credentials.
As well as sending the credentials this also writes a single NUL byte to 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. |
true on success, false if throws is set. |