[ Version ( since = "3.2" ) ]
public async bool try_empty_password (int io_priority, Cancellable? cancellable = null) throws Error
Asynchronously determine whether this can be used for password-less authentication, for example single-sign-on using system credentials.
When the operation is finished, callback
will be called. You can then call try_empty_password.end
to get the result of the operation.
this |
a Sasl |
io_priority |
the I/O priority of the request |
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 |