Method

RestOAuthProxyset_token_secret

Declaration [src]

void
oauth_proxy_set_token_secret (
  OAuthProxy* proxy,
  const char* token_secret
)

Description [src]

Set the access token secret.

Parameters

token_secret const char*
 

The access token secret.

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