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

Type: const char*

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 value is a NUL terminated UTF-8 string.