Method

CMClientget_access_token

Declaration [src]

const char*
cm_client_get_access_token (
  CmClient* self
)

Description [src]

Get the access token of the client self.

Return value

Type: const char*

The access token set.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.