[ Version ( since = "3.16" ) ]
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 throws and returns false.
| this |
an Source |
| credentials |
an NamedParameters structure with credentials to use; can be null to use those from the last call |
| cancellable |
optional Cancellable object, or null |
|
true on success, false on error |