Method

RestOAuthProxyget_token_secret

Declaration [src]

const char*
oauth_proxy_get_token_secret (
  OAuthProxy* proxy
)

Description [src]

Get the current request or access token secret.

Return value

Returns: utf8
 

The token secret, or NULL if there is no token secret yet. This string is owned by OAuthProxy and should not be freed.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.