Method
CMClientset_access_token
Declaration [src]
void
cm_client_set_access_token (
CmClient* self,
const char* access_token
)
Description [src]
Set the access token to be used for sync.
If set to NULL
, self
shall login using password
And use the newly got access token for sync.