get_last_credentials_required_arguments
Description:
[
Version ( since =
"3.16" ) ]
public async bool get_last_credentials_required_arguments (
Cancellable? cancellable,
out SourceCredentialsReason out_reason,
out string out_certificate_pem,
out TlsCertificateFlags out_certificate_errors,
out Error out_op_error)
throws Error
Asynchronously calls the GetLastCredentialsRequiredArguments method on the server side, to get the last values used for the
'credentials-required' signal.
See get_last_credentials_required_arguments_sync
for more information.
When the operation is finished, callback
will be called. You can then call
get_last_credentials_required_arguments.end to get the result of the operation.
Parameters:
this |
an Source
|
cancellable |
optional Cancellable object, or null
|
callback |
a TaskReadyCallback to call when the request is satisfied
|
user_data |
data to pass to the callback function
|