API Version: 1.0
Library Version: 0.9.0
const char* oauth_proxy_get_token ( OAuthProxy* proxy )
Get the current request or access token.
Rest.OAuthProxy:token
utf8
The token, or NULL if there is no token yet. This string is owned by OAuthProxy and should not be freed.
NULL
OAuthProxy