invoke_authenticate_sync
Description:
[ Version ( since = "3.16" ) ]
public bool invoke_authenticate_sync (NamedParameters? credentials, Cancellable? cancellable = null) throws Error
public bool invoke_authenticate_sync (NamedParameters? credentials, Cancellable? cancellable = null) throws Error
Calls the InvokeAuthenticate method on the server side, thus the backend knows what credentials to use to connect to its (possibly remote) data store.
If an error occurs, the function sets error
and returns false
.
Parameters:
this |
an Source |
credentials |
an NamedParameters structure with credentials to use; can be
|
cancellable |
optional Cancellable object, or |
Returns:
|