Method

RestOAuthProxyget_token

Declaration [src]

const char*
oauth_proxy_get_token (
  OAuthProxy* proxy
)

Description [src]

Get the current request or access token.

Gets propertyRest.OAuthProxy:token

Return value

Returns: utf8
 

The token, or NULL if there is no token 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.