Method

RestOAuthProxyset_token

Declaration [src]

void
oauth_proxy_set_token (
  OAuthProxy* proxy,
  const char* token
)

Description [src]

Set the access token.

Sets propertyRest.OAuthProxy:token

Parameters

token const char*
 

The access token.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.