call_get_access_token_sync
Description:
public bool call_get_access_token_sync (out string out_access_token, out int out_expires_in, Cancellable? cancellable = null) throws Error
Synchronously invokes the GetAccessToken D-Bus method on this.
The calling thread is blocked until a reply is received.
See call_get_access_token for the asynchronous version of this method.
Parameters:
this | |
out_access_token |
Return location for return parameter or |
out_expires_in |
Return location for return parameter or |
cancellable |
A Cancellable or |
Returns:
|