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

Type: const char*

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