Method

GrlConfigset_api_token_secret

since: 0.2.6

Declaration [src]

void
grl_config_set_api_token_secret (
  GrlConfig* config,
  const gchar* secret
)

Description [src]

Set the webservice API token secret in the configuration (Needed by OAuth)

Available since: 0.2.6

Parameters

secret

Type: const gchar*

The API token.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.